]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/cat_file.py
test: add pylint and test imports
[bup.git] / lib / bup / cmd / cat_file.py
index e45d1ea595b517af048cbe81f6a989f2c490219e..302d8e3d8200627bd49c0d613ed717caeb3727fb 100755 (executable)
@@ -5,7 +5,7 @@ import re, stat, sys
 
 from bup import options, git, vfs
 from bup.compat import argv_bytes
-from bup.helpers import chunkyreader, handle_ctrl_c, log, saved_errors
+from bup.helpers import chunkyreader, log, saved_errors
 from bup.io import byte_stream
 from bup.repo import LocalRepo