aboutsummaryrefslogtreecommitdiff
path: root/python/step5_tco.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/step5_tco.py')
-rw-r--r--python/step5_tco.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/step5_tco.py b/python/step5_tco.py
index d9d34bc..633cbd8 100644
--- a/python/step5_tco.py
+++ b/python/step5_tco.py
@@ -95,4 +95,4 @@ while True:
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())))