X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9239ff22aec593aae93f790e3b6f812a31d0f0c7..27758ba7d4465a9edac4cf3f9ee0fa6c57f304f4:/wxPython/scripts/pyshell

diff --git a/wxPython/scripts/pyshell b/wxPython/scripts/pyshell
index ee9e9228b7..30972b58c4 100755
--- a/wxPython/scripts/pyshell
+++ b/wxPython/scripts/pyshell
@@ -1,4 +1,4 @@
 #!/usr/bin/env python
 
-from wxPython.lib.PyCrust.PyShellApp import main
+from wx.py.PyShell import main
 main()