projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Compile fix for mingw32
[wxWidgets.git]
/
utils
/
wxPython
/
demo
/
demo.py
diff --git
a/utils/wxPython/demo/demo.py
b/utils/wxPython/demo/demo.py
index 2e2d4ebec419d68c0e05fcbf90b8445df84787d0..99f75a1aa72249af38e722418d3f6c089b8bf50f 100755
(executable)
--- a/
utils/wxPython/demo/demo.py
+++ b/
utils/wxPython/demo/demo.py
@@
-1,5
+1,4
@@
-#!/bin/env python
-
+#!/usr/bin/env python
import Main
Main.main()