From 8a35299aa9aaded752359a8b1a156baecd2b5d44 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 1 Sep 1999 20:53:22 +0000 Subject: [PATCH] Added sh-bang git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/demo/demoMainLoop.py | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.47.2