]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxImage.py
fix text scrolling in GTK2 (patch 703988)
[wxWidgets.git] / wxPython / demo / wxImage.py
index 6a15003e85f12d3695696272e06f2f3ba188bf0b..23d3ee7eeec28fbfda84ed7a2a5b4afe54c4127c 100644 (file)
@@ -39,3 +39,11 @@ def runTest(frame, nb, log):
 
 overview = """\
 """
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+