]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/midx.py
test: add pylint and test imports
[bup.git] / lib / bup / cmd / midx.py
index e80afa1a171388f04bae8a02f8db0b4939503c8f..0d42958350a9950adadd83bb047de742042dea60 100755 (executable)
@@ -1,12 +1,12 @@
 
 from __future__ import absolute_import, print_function
 from binascii import hexlify
-import glob, os, math, resource, struct, sys, tempfile
+import glob, os, math, resource, struct, sys
 
 from bup import options, git, midx, _helpers, xstat
 from bup.compat import argv_bytes, hexstr, range
 from bup.helpers import (Sha1, add_error, atomically_replaced_file, debug1, fdatasync,
-                         handle_ctrl_c, log, mmap_readwrite, qprogress,
+                         log, mmap_readwrite, qprogress,
                          saved_errors, unlink)
 from bup.io import byte_stream, path_msg