diff --git a/VERSION b/VERSION index 8c9ccc2e..21db5cff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-11-25 23:56:06) dev +Version 1.99.3 (2011-11-26 17:08:00) dev diff --git a/gluon/compileapp.py b/gluon/compileapp.py index 86123b25..1b7052fa 100644 --- a/gluon/compileapp.py +++ b/gluon/compileapp.py @@ -106,7 +106,6 @@ def LOAD(c=None, f='index', args=None, vars=None, extension=None, target=None,ajax=False,ajax_trap=False, url=None,user_signature=False, content='loading...',**attr): from html import TAG, DIV, URL, SCRIPT, XML - from gluon import current if args is None: args = [] vars = Storage(vars or {}) target = target or 'c'+str(random.random())[2:]