]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/demoMainLoop.py
version string is now quoted properly
[wxWidgets.git] / utils / wxPython / demo / demoMainLoop.py
index 9073f7ab64d1e9d2e2bddfa2487df6cf11858b06..e671c5c1799fb29f432d3ad9e860b9c0f8d30717 100755 (executable)
@@ -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.