A little more tweakage

This commit is contained in:
Barry Warsaw 1998-11-18 03:32:43 +00:00
parent d81d534aef
commit 2858b43613
1 changed files with 2 additions and 1 deletions

View File

@ -282,6 +282,7 @@ class MainWindow:
def usage(msg='', code=1):
print __doc__ % globals()
if msg:
print msg
sys.exit(code)