X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..96be8b4de06600dbab8ccf0bbe7d8b95732dd10a:/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."""