A little more tweakage

This commit is contained in:
Barry Warsaw 1998-11-18 03:32:43 +00:00
parent d81d534aef
commit 2858b43613

View file

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