much better custom_import, smaller, faster, and finally works with shell

This commit is contained in:
mdipierro
2012-10-11 22:03:20 -05:00
parent 4c239eaf79
commit b8afce746b
6 changed files with 80 additions and 241 deletions
-1
View File
@@ -27,7 +27,6 @@ from globals import Request, Response, Session
from storage import Storage
from admin import w2p_unpack
from dal import BaseAdapter
from custom_import import custom_import_install
logger = logging.getLogger("web2py")