]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/main.py
test: add pylint and test imports
[bup.git] / lib / bup / main.py
index e24bee9b9f45194624aeca345109bb0eaf6fb9c8..0234a1b68ede1f57ff1ed2cc71b924b663cf1b18 100755 (executable)
@@ -14,23 +14,21 @@ from importlib import import_module
 from pkgutil import iter_modules
 from subprocess import PIPE
 from threading import Thread
-import errno, re, select, signal, subprocess
+import re, select, signal, subprocess
 
 from bup import compat, path, helpers
 from bup.compat import (
     ModuleNotFoundError,
     add_ex_ctx,
     add_ex_tb,
-    argv_bytes,
     environ,
     fsdecode,
     int_types,
     wrap_main
 )
-from bup.compat import add_ex_tb, add_ex_ctx, argv_bytes, wrap_main
+from bup.compat import add_ex_tb, add_ex_ctx, wrap_main
 from bup.helpers import (
     columnate,
-    debug1,
     handle_ctrl_c,
     log,
     merge_dict,