no more custom_import_install in gaehandler.py

This commit is contained in:
mdipierro
2012-10-13 09:37:41 -05:00
parent d8d85815ad
commit d9f83927e1
2 changed files with 1 additions and 3 deletions

View File

@@ -1 +1 @@
Version 2.1.0 (2012-10-13 09:26:50) dev
Version 2.1.0 (2012-10-13 09:37:38) dev

View File

@@ -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)