diff --git a/VERSION b/VERSION index 735c85ae..549f7805 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.5-trunk+timestamp.2014.08.06.14.51.23 +Version 2.9.5-trunk+timestamp.2014.08.07.23.32.34 diff --git a/gluon/custom_import.py b/gluon/custom_import.py index b56ba65a..2f627609 100644 --- a/gluon/custom_import.py +++ b/gluon/custom_import.py @@ -97,7 +97,7 @@ def custom_importer(name, globals=None, locals=None, fromlist=None, level=-1): except ImportError, e3: raise ImportError, e1, import_tb # there an import error in the module except Exception, e2: - raise e2 # there is an error in the module + raise # there is an error in the module finally: if import_tb: import_tb = None