summaryrefslogtreecommitdiff
blob: 8a2ef96d67ebb9b6d39bc1ca848c8fb46101e7b8 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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.6")
+
 import Main
 Main.main()