X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d56cebe7a497773d8753ea2ab874c4445bac18dc..19c35fa587f97cf83e2cb28afe76b8db85b36c9f:/wxPython/demo/PythonEvents.py?ds=inline

diff --git a/wxPython/demo/PythonEvents.py b/wxPython/demo/PythonEvents.py
index d7454aac6b..98301706ff 100644
--- a/wxPython/demo/PythonEvents.py
+++ b/wxPython/demo/PythonEvents.py
@@ -83,3 +83,10 @@ This demo is a contrived example of defining an event class in wxPython and send
 
 
 
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+