projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added test of bg colour in the tree sample
[wxWidgets.git]
/
utils
/
wxPython
/
demo
/
demo.py
diff --git
a/utils/wxPython/demo/demo.py
b/utils/wxPython/demo/demo.py
index a408126d909ac03fcc898490e04d6836341fe559..99f75a1aa72249af38e722418d3f6c089b8bf50f 100755
(executable)
--- 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()
import Main
Main.main()