X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bf5d46efb26ab22575ca9bc0d0ca5d32d6b77a3..a7540f46f7a1a43b32d704142981dc17c40a4682:/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.