diff --git a/VERSION b/VERSION index 142289f4..b120875e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.1.0 (2012-10-13 09:26:50) dev +Version 2.1.0 (2012-10-13 09:37:38) dev diff --git a/gaehandler.py b/gaehandler.py index 7557a982..70e52806 100755 --- a/gaehandler.py +++ b/gaehandler.py @@ -83,9 +83,7 @@ def wsgiapp(env, res): if global_settings.web2py_runtime == 'gae:development': gluon.admin.create_missing_folders() - from gluon.custom_import import custom_import_install web2py_path = global_settings.applications_parent # backward compatibility - custom_import_install(web2py_path) return gluon.main.wsgibase(env, res)