From dd06808a42472cce6fb469a62eec94429074a282 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 23 Dec 2004 20:52:35 +0000 Subject: [PATCH] Allow Python 2.4 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/b | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/b b/wxPython/b index e748313184..ffa2477fb1 100755 --- 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 -- 2.45.2