macapp.py: cosmetic, remove trailing whitespace

This commit is contained in:
Brian Warner 2008-01-28 12:46:54 -07:00
parent 504bbe4a16
commit 96d5455a53

View File

@ -221,7 +221,7 @@ class MacGuiApp(wx.App):
def __init__(self, app):
wx.App.__init__(self)
self.app = app
def OnInit(self):
try:
self.frame = SplashFrame()