blob: 3eda05f5104eb1ee9544313c60c435912faa57bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- orig.drpython.py 2004-11-08 19:36:14.000000000 -0800
+++ drpython.py 2004-11-12 20:38:24.414029432 -0800
@@ -42,6 +42,9 @@
#franz: stat is not used
import os.path, sys, os, shutil, re, string, traceback
+# gentoo wx selection (next two lines)
+import wxversion
+wxversion.select("2.6")
import wx, wx.stc
import drScrolledMessageDialog
from drNotebook import *
|