X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/799a341cc390e42c04b5705e316a406ee9bc713d..37f214d588b02079a3ddf64c2e46585ca1657c1b:/utils/wxPython/demo/demoMainLoop.py

diff --git a/utils/wxPython/demo/demoMainLoop.py b/utils/wxPython/demo/demoMainLoop.py
index 9073f7ab64..e671c5c179 100755
--- 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.