summaryrefslogtreecommitdiff
path: root/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch
blob: a4f6b0b07a3ccb36ed6a7e409e5f8d38472ec1d0 (plain)
1
2
3
4
5
6
7
8
9
10
--- demo/demo.org
+++ demo/demo.py
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
 
+import wxversion
+wxversion.select("3.0")
+
 import Main
 Main.main()