bugfix
This commit is contained in:
parent
b75168d5c8
commit
fb309002ca
@ -150,6 +150,7 @@ def initEnv():
|
|||||||
g.len = len
|
g.len = len
|
||||||
g.print = print
|
g.print = print
|
||||||
g.json = json
|
g.json = json
|
||||||
|
g.Exception = Exception
|
||||||
g.int = int
|
g.int = int
|
||||||
g.str = str
|
g.str = str
|
||||||
g.float = float
|
g.float = float
|
||||||
|
Loading…
Reference in New Issue
Block a user