projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
calctrl.h
[wxWidgets.git]
/
utils
/
wxPython
/
demo
/
demoMainLoop.py
diff --git
a/utils/wxPython/demo/demoMainLoop.py
b/utils/wxPython/demo/demoMainLoop.py
index 9073f7ab64d1e9d2e2bddfa2487df6cf11858b06..e671c5c1799fb29f432d3ad9e860b9c0f8d30717 100755
(executable)
--- a/
utils/wxPython/demo/demoMainLoop.py
+++ b/
utils/wxPython/demo/demoMainLoop.py
@@
-1,3
+1,5
@@
+#!/usr/bin/env python
+#---------------------------------------------------------------------------
"""
This demo attempts to override the C++ MainLoop and implement it
in Python. This is not part of the demo framework.