]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxChoice.py
Warning fixes (still does not compile).
[wxWidgets.git] / wxPython / demo / wxChoice.py
index 9cd83ce3b2877dd421273d2734dfaaa078e61991..d92f4f8e458c058e7e1cbd2a1dd1324046e710dd 100644 (file)
@@ -46,3 +46,13 @@ def runTest(frame, nb, log):
 overview = """\
 A choice item is used to select one of a list of strings. Unlike a listbox, only the selection is visible until the user pulls down the menu of choices.
 """
+
+
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+