diff --git a/VERSION b/VERSION index 2f1233a7..6d93aa3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-05-10 22:21:22) dev +Version 1.99.7 (2012-05-10 22:23:57) dev diff --git a/gluon/shell.py b/gluon/shell.py index f70fe195..8d534f9f 100644 --- a/gluon/shell.py +++ b/gluon/shell.py @@ -186,7 +186,7 @@ def run( if c: import_models = True - _env = env(a, c=c, import_models=import_models) + _env = env(a, c=c, f=f, import_models=import_models) if c: cfile = os.path.join('applications', a, 'controllers', c + '.py') if not os.path.isfile(cfile):