]> arthur.barton.de Git - bup.git/commit - lib/bup/client.py
client.py: replace a never-used GitError with a ClientError.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 4 Feb 2011 11:01:33 +0000 (03:01 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 4 Feb 2011 11:01:33 +0000 (03:01 -0800)
commit9e57e8b352095a5fe9de6dd52ec03e92d6042b44
treeee271912626f9f1ebc4719b8b9edc8c8df12ac5b
parent4b0fed0c2730407be2ee195b6719dd05409c8b40
client.py: replace a never-used GitError with a ClientError.

Nobody ever tried calling that function, so it's really just an assertion
that never triggered.  Which is good, because it was trying to throw an
exception that wasn't available in the current namespace.

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