]> arthur.barton.de Git - bup.git/commit - lib/bup/metadata.py
metadata: don't die if Linux attr (not xattr) support is missing.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 08:38:07 +0000 (01:38 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 09:42:10 +0000 (02:42 -0700)
commiteaf137bb418988a8a727722b3112c688d967702c
treed88a385414f8c30d1977f6eeb7b33124ca91bcbb
parenta479bac75dde1b1cbf0ef75b7d00b239cf5990d6
metadata: don't die if Linux attr (not xattr) support is missing.

We don't need an import warning for this one, since linuxattr support is
always available on linux, and never available elsewhere, since it's in
_helpers.c and there are no special python modules to install.

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