]> git.saurik.com Git - wxWidgets.git/commitdiff
Added sh-bang
authorRobin Dunn <robin@alldunn.com>
Wed, 1 Sep 1999 20:53:22 +0000 (20:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 1 Sep 1999 20:53:22 +0000 (20:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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.