]> arthur.barton.de Git - bup.git/commit - lib/bup/xstat.py
Get rid of some python syntax not compatible with python 2.4.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 09:57:31 +0000 (02:57 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 10:56:08 +0000 (03:56 -0700)
commit180a8472eaa735646bfb87215ff001b905a5909c
tree9cb22d328e619a4c2f53d2d03da8934329b7b639
parentfbf544cfceca437dd99154108ec1d1ec49e93ecf
Get rid of some python syntax not compatible with python 2.4.

Mostly this is 'x if b else y' crap, which I hate anyway.

This makes 'make test' *almost* pass on my MacOS 10.4 system (with upgrade
to python 2.4 from fink).

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
lib/bup/metadata.py
lib/bup/t/tmetadata.py
lib/bup/vint.py
lib/bup/xstat.py