]> arthur.barton.de Git - bup.git/commit
executable files: don't assume python2.5.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 24 Jan 2010 21:37:46 +0000 (16:37 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 24 Jan 2010 22:58:37 +0000 (17:58 -0500)
commit144b18accd6a706021efce697c7dedb299f497e0
treebb5b8cf975acad3698fb60f8438069d66348fd7e
parent1e2b9e00b7dd84cebdecc1b5bd53ad64464ca0a5
executable files: don't assume python2.5.

The forcing of version 2.5 was leftover from before, when it was
accidentally selecting python 2.4 by accident on some distros when both
versions are installed.  But actually that's fine; bup works in python 2.4
without problems.

So let's not cause potentially *more* portability problems by forcing python
2.5 when it might not exist.
bup.py
cmd-index.py
cmd-init.py
cmd-join.py
cmd-save.py
cmd-server.py
cmd-split.py
cmd-tick.py
memtest.py
wvtest.py