X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..9fcbe0766385cc9f68c22da46d8081d02f8a4103:/wxPython/wx/py/PyShell.py diff --git a/wxPython/wx/py/PyShell.py b/wxPython/wx/py/PyShell.py index 2af5143ecd..7793494938 100644 --- a/wxPython/wx/py/PyShell.py +++ b/wxPython/wx/py/PyShell.py @@ -12,6 +12,7 @@ __cvsid__ = "$Id$" __revision__ = "$Revision$"[11:-2] import wx +import os class App(wx.App): """PyShell standalone application."""