]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/ls.py
test: add pylint and test imports
[bup.git] / lib / bup / cmd / ls.py
index a7fc6dbeb243ff9cdeb016bd2d14d860b295f88a..29323ccf9bef98476ba17031ed45d3645244f91e 100755 (executable)
@@ -1,8 +1,8 @@
 
 from __future__ import absolute_import, print_function
-import os.path, sys
+import sys
 
-from bup import compat, git, ls
+from bup import git, ls
 from bup.io import byte_stream
 
 def main(argv):