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/step6_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/step6_file.py') diff --git a/python/step6_file.py b/python/step6_file.py index f3847d2..1a992cc 100644 --- a/python/step6_file.py +++ b/python/step6_file.py @@ -103,4 +103,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