Commit 6a2649d0 authored by Stefan Behnel's avatar Stefan Behnel

remove dead legacy code

parent 65fc7d14
......@@ -2088,8 +2088,6 @@ def runtests(options, cmd_args, coverage=None):
if __name__ == '__main__':
try:
main()
except SystemExit: # <= Py2.4 ...
raise
except Exception:
traceback.print_exc()
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment