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): ...@@ -2088,8 +2088,6 @@ def runtests(options, cmd_args, coverage=None):
if __name__ == '__main__': if __name__ == '__main__':
try: try:
main() main()
except SystemExit: # <= Py2.4 ...
raise
except Exception: except Exception:
traceback.print_exc() traceback.print_exc()
try: 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