File: wxpython

package info (click to toggle)
thuban 1.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,752 kB
  • sloc: python: 30,427; ansic: 6,181; xml: 4,127; cpp: 1,595; makefile: 166
file content (14 lines) | stat: -rw-r--r-- 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: thuban/thuban.py
===================================================================
--- thuban.orig/thuban.py	2011-11-03 16:45:05.000000000 +0100
+++ thuban/thuban.py	2011-11-03 16:52:03.000000000 +0100
@@ -8,6 +8,9 @@
 # Read the file COPYING coming with Thuban for details.
 
 import sys, os
+import wxversion
+wxversion.select("2.8")
+
 import Thuban
 
 import wxversion