summarylogtreecommitdiffstats
path: root/wx.patch
diff options
context:
space:
mode:
authorParantapa Bhattacharya2015-07-01 15:35:01 +0530
committerParantapa Bhattacharya2015-07-01 15:35:01 +0530
commitc85996cdb1eb79a24dde89f72b5ba20b130ba00a (patch)
tree8dea2acb2f45ce94b48d595092c154fbb686711d /wx.patch
downloadaur-c85996cdb1eb79a24dde89f72b5ba20b130ba00a.tar.gz
Initial import
Diffstat (limited to 'wx.patch')
-rw-r--r--wx.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/wx.patch b/wx.patch
new file mode 100644
index 000000000000..109e5ae47e95
--- /dev/null
+++ b/wx.patch
@@ -0,0 +1,11 @@
+--- runsnakerun/runsnake.py 2013-10-25 15:55:49.000000000 +0200
++++ runsnakerun/runsnake.py 2014-06-06 00:51:54.291448727 +0200
+@@ -2,6 +2,8 @@
+ """The main script for the RunSnakeRun profile viewer"""
+
++import wxversion
++wxversion.select("2.8")
+ import wx, sys, os, logging, traceback
+ log = logging.getLogger( __name__ )
+ import ConfigParser
+ try: