From 759dd045804fbef599e0a7faee3b110de4a38323 Mon Sep 17 00:00:00 2001 From: Lieuwe Date: Sun, 27 Feb 2011 04:36:13 +0800 Subject: TPYO diff --git a/build/tpt_console.py b/build/tpt_console.py index 31c2522..e6ecbe4 100644 --- a/build/tpt_console.py +++ b/build/tpt_console.py @@ -98,7 +98,7 @@ def _handle(txt): sys.stdout.write(repr(eval(tmp,handle.glob))) except: try: - exec txt,handle.glob + exec txt in handle.glob except Exception as ex: error(ex) -- cgit v0.9.2-21-gd62e