]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_app_ex.py
Modules generated by SWIG can now have module docstrings.
[wxWidgets.git] / wxPython / src / _app_ex.py
index 47881890441d1aa9b3f875350a6d38dddbbfd074..ed611bb1f7fbb09e5697606297c5928a18269116 100644 (file)
@@ -86,7 +86,7 @@ class App(wx.PyApp):
     ``self.SetTopWindow(frame)``.
 
     :see: `wx.PySimpleApp` for a simpler app class that can be used
-    directly.
+           directly.
     """
     
     outputWindowClass = PyOnDemandOutputWindow
@@ -133,6 +133,8 @@ This program needs access to the screen. Please run with 'pythonw',
 not 'python', and only when you are logged in on the main display of
 your Mac."""
                     _sys.exit(1)
+            except SystemExit:
+                raise
             except:
                 pass