From: Bruno Haible Date: Mon, 24 Feb 2003 10:49:05 +0000 (+0000) Subject: Make it work on Python 2.3. X-Git-Tag: v0.12~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56e6e85b3b6190548e52cac419b779e5506b67fd;p=thirdparty%2Fgettext.git Make it work on Python 2.3. --- diff --git a/gettext-tools/tests/lang-python-1 b/gettext-tools/tests/lang-python-1 index 460c1ac76..fc0cfe494 100755 --- a/gettext-tools/tests/lang-python-1 +++ b/gettext-tools/tests/lang-python-1 @@ -68,7 +68,7 @@ ${MSGFMT} -o fr/LC_MESSAGES/prog.mo fr.po (python -V) >/dev/null 2>/dev/null \ || { rm -fr $tmpfiles; exit 77; } case `python -c 'import sys; print sys.hexversion >= 0x20000F0'` in - 1) ;; + 1 | True) ;; *) rm -fr $tmpfiles; exit 77;; esac