lib/actions/index.py
author fabien@tzone.org
Sat, 27 Dec 2008 20:23:39 -0500
changeset 57 31271426f879
child 58 004a32370ba5
permissions -rw-r--r--
First change to use a common entry point.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57
31271426f879 First change to use a common entry point.
fabien@tzone.org
parents:
diff changeset
     1
from webutils import load_index
31271426f879 First change to use a common entry point.
fabien@tzone.org
parents:
diff changeset
     2
31271426f879 First change to use a common entry point.
fabien@tzone.org
parents:
diff changeset
     3
def do_it(action, db, prefs, form):
31271426f879 First change to use a common entry point.
fabien@tzone.org
parents:
diff changeset
     4
	load_index(db, prefs, form)