1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Use python3 and trying to get trace working

This commit is contained in:
Ross Wilson
2018-07-23 17:26:56 +07:00
parent e8aaa30362
commit 18d0b80769
32 changed files with 946 additions and 1044 deletions

View File

@@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Test the pymlac display widget.
@@ -129,7 +126,7 @@ if __name__ == '__main__':
msg += '\nUncaught exception:\n'
msg += ''.join(traceback.format_exception(type, value, tb))
msg += '=' * 80 + '\n'
print msg
print(msg)
sys.exit(1)
# plug our handler into the python system