X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb0054cda81e7a6a6e1f33f4b47e46f529110f14..9bb3479c68dd8e6cde9c997f4221fc5cfc5ca110:/utils/wxPython/demo/demo.py diff --git a/utils/wxPython/demo/demo.py b/utils/wxPython/demo/demo.py index a408126d90..99f75a1aa7 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') +#!/usr/bin/env python import Main Main.main()