persistence
This commit is contained in:
parent
7d615c2a87
commit
3ff776577c
@ -95,10 +95,10 @@ def handle(txt):
|
|||||||
def _handle(txt):
|
def _handle(txt):
|
||||||
#print "handling '%s'"%txt
|
#print "handling '%s'"%txt
|
||||||
try:
|
try:
|
||||||
sys.stdout.write(repr(eval(tmp)))
|
sys.stdout.write(repr(eval(tmp,handle.glob)))
|
||||||
except:
|
except:
|
||||||
try:
|
try:
|
||||||
exec txt
|
exec txt,handle.glob
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
error(ex)
|
error(ex)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user