From c1920c23521dd567d23658b2f78aa91c102848c0 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Sat, 26 Nov 2011 17:08:16 -0600 Subject: [PATCH] no repeated import current in compileapp.py, thanks Anthony --- VERSION | 2 +- gluon/compileapp.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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:]