projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Avoid nested DC assert
[wxWidgets.git]
/
wxPython
/
b
diff --git
a/wxPython/b
b/wxPython/b
index 51cf5d683fcb482014ced29666a81ab1165f0f2a..78c8654efe031147b5020d3e11519f2416a51505 100755
(executable)
--- a/
wxPython/b
+++ b/
wxPython/b
@@
-25,6
+25,8
@@
function getpyver {
PYVER=2.3
elif [ "$1" = "24" ]; then
PYVER=2.4
PYVER=2.3
elif [ "$1" = "24" ]; then
PYVER=2.4
+ elif [ "$1" = "25" ]; then
+ PYVER=2.5
else
echo You must specify Python version as first parameter.
exit
else
echo You must specify Python version as first parameter.
exit