xattr-helper: refactor dump_xattrs to make it a bit more readable
authorMike Frysinger <vapier@gentoo.org>
Fri, 11 Oct 2013 10:29:35 +0000 (06:29 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 11 Oct 2013 10:29:35 +0000 (06:29 -0400)
commit3416b283af77915e14fb11b499f9a165236934dd
tree10e94fe9733968dc8e41cff924711b30887327b3
parentcbf5e8657b654e2538b31db945b315ce89eb72bc
xattr-helper: refactor dump_xattrs to make it a bit more readable

Pull the common qoute chars out into a var and use % with format
strings rather than mixing + in between.
bin/xattr-helper.py