X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c368d904fc27d35ae1e533155e2154dc496432e4..4a93ea29b583718ec19613d6af98ff1ce9cc0ea3:/wxPython/demo/wxGauge.py 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])]) +