You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/wxpython/files/wxpython-2.8-wxversion-demo...

11 lines
219 B

--- demo/demo.org 2005-04-28 03:00:13.431583384 +0000
+++ demo/demo.py 2005-04-28 03:00:31.886777768 +0000
@@ -1,4 +1,7 @@
#!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
+
import Main
Main.main()