X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb0054cda81e7a6a6e1f33f4b47e46f529110f14..d30e0edda826c92918de02fade41f05d2c4417ca:/utils/wxPython/demo/demo.py diff --git a/utils/wxPython/demo/demo.py b/utils/wxPython/demo/demo.py index a408126d90..94eee26481 100755 --- a/utils/wxPython/demo/demo.py +++ b/utils/wxPython/demo/demo.py @@ -1,7 +1,4 @@ #!/bin/env python -import sys -sys.path.insert(0, 'e:/projects/wx/utils') - import Main Main.main()