1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## wxpython.dpatch by Francesco Paolo Lovergine <frankie@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad thuban~/thuban.py thuban/thuban.py
--- thuban~/thuban.py 2006-10-16 01:24:59.000000000 +0200
+++ thuban/thuban.py 2009-03-30 16:52:18.000000000 +0200
@@ -8,6 +8,9 @@
# Read the file COPYING coming with Thuban for details.
import sys, os
+import wxversion
+wxversion.select("2.8")
+
import Thuban
# Put the Lib dir into the path. The Lib dir contains some extra non
|