]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/split.py
test: add pylint and test imports
[bup.git] / lib / bup / cmd / split.py
index 87ad88752ab854603578d1d4495a0a14164205e2..11392e208aed26d5981df22becbe3c5f6b7673f7 100755 (executable)
@@ -5,7 +5,7 @@ import sys, time
 
 from bup import compat, hashsplit, git, options, client
 from bup.compat import argv_bytes, environ
-from bup.helpers import (add_error, handle_ctrl_c, hostname, log, parse_num,
+from bup.helpers import (add_error, hostname, log, parse_num,
                          qprogress, reprogress, saved_errors,
                          valid_save_name,
                          parse_date_or_fatal)