From: Robin Dunn Date: Wed, 1 Sep 1999 20:53:22 +0000 (+0000) Subject: Added sh-bang X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8a35299aa9aaded752359a8b1a156baecd2b5d44?ds=inline Added sh-bang git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.