]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow Python 2.4
authorRobin Dunn <robin@alldunn.com>
Thu, 23 Dec 2004 20:52:35 +0000 (20:52 +0000)
committerRobin 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

index e748313184049b38d63ee59820fea0e13f95395e..ffa2477fb1a2eb45b3204649304e8a5a4d70cecb 100755 (executable)
@@ -18,6 +18,8 @@ function getpyver {
        PYVER=2.2
     elif [ "$1" = "23" ]; then
        PYVER=2.3
        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
     else
        echo You must specify Python version as first parameter.
         exit