X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c368d904fc27d35ae1e533155e2154dc496432e4..3f55f5b81fbe7a2294912663c192113209bbc930:/wxPython/demo/wxGauge.py?ds=sidebyside diff --git a/wxPython/demo/wxGauge.py b/wxPython/demo/wxGauge.py index 21e185a439..754e1b4b21 100644 --- a/wxPython/demo/wxGauge.py +++ b/wxPython/demo/wxGauge.py @@ -52,3 +52,12 @@ def runTest(frame, nb, log): overview = """\ """ + + + + +if __name__ == '__main__': + import sys,os + import run + run.main(['', os.path.basename(sys.argv[0])]) +