summarylogtreecommitdiffstats
path: root/wx.patch
blob: 109e5ae47e953b8f8c6c4ffc7fbe36eaa91431c1 (plain)
1
2
3
4
5
6
7
8
9
10
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: