summarylogtreecommitdiffstats
path: root/obapps-python2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'obapps-python2.patch')
-rw-r--r--obapps-python2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/obapps-python2.patch b/obapps-python2.patch
new file mode 100644
index 000000000000..7664ee1e83a9
--- /dev/null
+++ b/obapps-python2.patch
@@ -0,0 +1,11 @@
+--- obapps 2015-01-02 11:22:44.440143442 +0100
++++ obapps 2015-01-02 11:22:49.320143725 +0100
+@@ -29,6 +29,8 @@
+ '''
+
+ import obaxutils
++import wxversion
++wxversion.select('2.8')
+ import wx
+ import wx.lib.mixins.listctrl as mix
+ import sys