no repeated import current in compileapp.py, thanks Anthony
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.3 (2011-11-25 23:56:06) dev
|
||||
Version 1.99.3 (2011-11-26 17:08:00) dev
|
||||
|
||||
@@ -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:]
|
||||
|
||||
Reference in New Issue
Block a user