no more custom_import_install in gaehandler.py
This commit is contained in:
2
VERSION
2
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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user