--- tools/check/check_python.orig 2006-09-25 20:12:12.000000000 +0100 +++ tools/check/check_python 2006-09-25 20:12:43.000000000 +0100 @@ -7,4 +7,4 @@ exit 1 } -python -V 2>&1 | cut -d ' ' -f 2 | grep -q -E '^2.2|^2.3|^2.4' || error +python -V 2>&1 | cut -d ' ' -f 2 | grep -q -E '^2.2|^2.3|^2.4|^2.5' || error