]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxImageFromStream.py
fix text scrolling in GTK2 (patch 703988)
[wxWidgets.git] / wxPython / demo / wxImageFromStream.py
index 6953a2ca4cfc11f9356046d2608a1834df681c18..1bf4fc76457cb6bab157a185ecf7d1042afefbf1 100644 (file)
@@ -35,3 +35,12 @@ overview = """\
 At long last there is finally a way to load any supported image type
 directly from any Python file-like object, such as a memory buffer
 using StringIO.  """
+
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+