From a05f7822b10ed4cdd61ed8384299a003baf1c1c6 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 16 Apr 2014 22:42:17 -0500 Subject: Python: metadata on builtin funcs. Support python3. --- python/step7_quote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/step7_quote.py') diff --git a/python/step7_quote.py b/python/step7_quote.py index f57dc0a..cae3c99 100644 --- a/python/step7_quote.py +++ b/python/step7_quote.py @@ -125,4 +125,4 @@ else: print(REP(line)) except reader.Blank: continue except Exception as e: - print "".join(traceback.format_exception(*sys.exc_info())) + print("".join(traceback.format_exception(*sys.exc_info()))) -- cgit v1.2.3