This commit is contained in:
Lieuwe 2011-02-26 21:36:13 +01:00
parent 3ff776577c
commit 021f2a6c55

View File

@ -98,7 +98,7 @@ def _handle(txt):
sys.stdout.write(repr(eval(tmp,handle.glob))) sys.stdout.write(repr(eval(tmp,handle.glob)))
except: except:
try: try:
exec txt,handle.glob exec txt in handle.glob
except Exception as ex: except Exception as ex:
error(ex) error(ex)