no repeated import current in compileapp.py, thanks Anthony

This commit is contained in:
Massimo Di Pierro
2011-11-26 17:08:16 -06:00
parent c074209dcf
commit c1920c2352
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.3 (2011-11-25 23:56:06) dev
Version 1.99.3 (2011-11-26 17:08:00) dev
-1
View File
@@ -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:]