From d9f83927e1ec040e20c76dfd89404ce3aa75da71 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 13 Oct 2012 09:37:41 -0500 Subject: [PATCH] no more custom_import_install in gaehandler.py --- VERSION | 2 +- gaehandler.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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)