1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-03 13:26:29 +02:00
git/git_remote_helpers
Brandon Casey 23b093ee08 Remove python 2.5'isms
The following python 2.5 features were worked around:

    * the sha module is used as a fallback when the hashlib module is
      not available
    * the 'any' built-in method was replaced with a 'for' loop
    * a conditional expression was replaced with an 'if' statement
    * the subprocess.check_call method was replaced by a call to
      subprocess.Popen followed by a call to subprocess.wait with a
      check of its return status

These changes allow the python infrastructure to be used with python 2.4
which is distributed with RedHat's RHEL 5, for example.

t5800 was updated to check for python >= 2.4 to reflect these changes.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-06-13 20:02:50 -07:00
..
git Remove python 2.5'isms 2010-06-13 20:02:50 -07:00
.gitignore Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
Makefile Correct references to /usr/bin/python which does not exist on FreeBSD 2010-03-24 14:33:54 -07:00
__init__.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
setup.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
util.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00