X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/799a341cc390e42c04b5705e316a406ee9bc713d..60edeacfb7278259b901379bba49461a25672580:/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.