]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/scripts/img2py
updated
[wxWidgets.git] / wxPython / scripts / img2py
index a3ce91bbd3b575752d402b74fd9fe2072de03cac..2196ef46ca35c83c69e0ec66c0ec4e58ae3dd3d6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
 import sys
-from wxPython.tools.img2py import main
+from wx.tools.img2py import main
 main(sys.argv[1:])