X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4a197e4c60e461b8068b0619692ea083e30b8b..ba8c1601448fa16d64c4e75a095f1cb037909c5b:/wxPython/demo/wxSpinButton.py?ds=sidebyside 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])])