projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8c7ba
)
Allow Python 2.4
author
Robin Dunn
<robin@alldunn.com>
Thu, 23 Dec 2004 20:52:35 +0000
(20:52 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Thu, 23 Dec 2004 20:52:35 +0000
(20:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31129
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/b
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/b
b/wxPython/b
index e748313184049b38d63ee59820fea0e13f95395e..ffa2477fb1a2eb45b3204649304e8a5a4d70cecb 100755
(executable)
--- a/
wxPython/b
+++ b/
wxPython/b
@@
-18,6
+18,8
@@
function getpyver {
PYVER=2.2
elif [ "$1" = "23" ]; then
PYVER=2.3
+ elif [ "$1" = "24" ]; then
+ PYVER=2.4
else
echo You must specify Python version as first parameter.
exit