]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PyCrust.py
Show how to use images in the virtual list control demo
[wxWidgets.git] / wxPython / demo / PyCrust.py
index 3c7884151f876a077088b9258061868b693a953b..4d2ae22b32d3a29369e4462772443830d7b47deb 100644 (file)
@@ -14,3 +14,10 @@ def runTest(frame, nb, log):
 #----------------------------------------------------------------------
 
 overview = shell.__doc__
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+