summaryrefslogtreecommitdiff
blob: dc6c97c1a0ae24f4ff2faf7f7cc2b70de67022e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/editra wxPython-src-2.8.7.1/wxPython/scripts/editra
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/editra	2007-11-12 21:55:32.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/editra	2007-12-03 16:16:15.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 import sys, os
 import wx.tools
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/genaxmodule wxPython-src-2.8.7.1/wxPython/scripts/genaxmodule
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/genaxmodule	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/genaxmodule	2007-12-03 16:16:26.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 import sys
 from wx.tools.genaxmodule import main
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/helpviewer wxPython-src-2.8.7.1/wxPython/scripts/helpviewer
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/helpviewer	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/helpviewer	2007-12-03 16:16:35.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.tools.helpviewer import main
 main()
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/img2png wxPython-src-2.8.7.1/wxPython/scripts/img2png
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2png	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/img2png	2007-12-03 16:16:42.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.tools.img2png import main
 main()
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/img2py wxPython-src-2.8.7.1/wxPython/scripts/img2py
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2py	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/img2py	2007-12-03 16:16:52.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 import sys
 from wx.tools.img2py import main
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/img2xpm wxPython-src-2.8.7.1/wxPython/scripts/img2xpm
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2xpm	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/img2xpm	2007-12-03 16:16:59.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.tools.img2xpm import main
 main()
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalacarte wxPython-src-2.8.7.1/wxPython/scripts/pyalacarte
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalacarte	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/pyalacarte	2007-12-03 16:17:07.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.py.PyAlaCarte import main
 main()
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalamode wxPython-src-2.8.7.1/wxPython/scripts/pyalamode
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalamode	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/pyalamode	2007-12-03 16:17:16.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.py.PyAlaMode import main
 main()
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pycrust wxPython-src-2.8.7.1/wxPython/scripts/pycrust
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pycrust	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/pycrust	2007-12-03 16:17:28.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.py.PyCrust import main
 main()
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pyshell wxPython-src-2.8.7.1/wxPython/scripts/pyshell
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyshell	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/pyshell	2007-12-03 16:17:46.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.py.PyShell import main
 main()
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pywrap wxPython-src-2.8.7.1/wxPython/scripts/pywrap
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pywrap	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/pywrap	2007-12-03 16:17:56.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.py.PyWrap import main
 main()
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pywxrc wxPython-src-2.8.7.1/wxPython/scripts/pywxrc
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pywxrc	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/pywxrc	2007-12-03 16:18:02.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 import sys
 from wx.tools.pywxrc import main
 main(sys.argv[1:])
diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/xrced wxPython-src-2.8.7.1/wxPython/scripts/xrced
--- wxPython-src-2.8.7.1-orig/wxPython/scripts/xrced	2007-07-18 16:33:55.000000000 -0600
+++ wxPython-src-2.8.7.1/wxPython/scripts/xrced	2007-12-03 16:19:51.000000000 -0600
@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+import wxversion
+wxversion.select("2.8")
 
 from wx.tools.XRCed.xrced import main
 main()