]> arthur.barton.de Git - bup.git/commit - lib/bup/index.py
import cleanup
authorGabriel Filion <lelutin@gmail.com>
Mon, 16 Aug 2010 01:29:29 +0000 (21:29 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 22 Aug 2010 07:12:15 +0000 (00:12 -0700)
commit2ff672c48f3dbde761b30775adcdc76a621df527
tree16b2ea3b91698149683645919a44ec3ab1ec11ee
parentbacd2e74363df800a8b72ab24f12175bc98b55fb
import cleanup

Remove unused imported modules.

I started using the pyflakes.vim plugin and it automagically shows a
bunch of problems/uncleanliness in the code. It helped me pull this out
in 15mins.

This change shouldn't have any impact on performance or functionality
but it makes the code cleaner.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
17 files changed:
cmd/fsck-cmd.py
cmd/ftp-cmd.py
cmd/fuse-cmd.py
cmd/index-cmd.py
cmd/join-cmd.py
cmd/ls-cmd.py
cmd/random-cmd.py
cmd/save-cmd.py
cmd/server-cmd.py
cmd/split-cmd.py
cmd/version-cmd.py
cmd/web-cmd.py
lib/bup/client.py
lib/bup/drecurse.py
lib/bup/git.py
lib/bup/hashsplit.py
lib/bup/index.py