lib/actions/index.py
changeset 57 31271426f879
child 58 004a32370ba5
equal deleted inserted replaced
56:6b31934e5b2e 57:31271426f879
       
     1 from webutils import load_index
       
     2 
       
     3 def do_it(action, db, prefs, form):
       
     4 	load_index(db, prefs, form)