X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4a197e4c60e461b8068b0619692ea083e30b8b..941b78cc1da712afca54adb29bb6c04d6ba9b295:/wxPython/demo/wxSpinButton.py diff --git a/wxPython/demo/wxSpinButton.py b/wxPython/demo/wxSpinButton.py index 0095fbad77..ed64a713e5 100644 --- a/wxPython/demo/wxSpinButton.py +++ b/wxPython/demo/wxSpinButton.py @@ -46,3 +46,10 @@ def runTest(frame, nb, log): overview = """\ """ + + + +if __name__ == '__main__': + import sys,os + import run + run.main(['', os.path.basename(sys.argv[0])])