From 759dd045804fbef599e0a7faee3b110de4a38323 Mon Sep 17 00:00:00 2001 From: Lieuwe Date: Sun, 27 Feb 2011 04:36:13 +0800 Subject: [PATCH] TPYO --- build/tpt_console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tpt_console.py b/build/tpt_console.py index 31c25226e..e6ecbe485 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)