]> arthur.barton.de Git - bup.git/blobdiff - cmd/ls-cmd.py
rm-cmd: add the bup-python #! preamble
[bup.git] / cmd / ls-cmd.py
index 031fbaefd7aba78339df53162d66b1773c8ce11d..377d2756958e829aba92b727a5b097c7ab068f57 100755 (executable)
@@ -4,9 +4,10 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
 import sys
+
 from bup import git, vfs, ls
-from bup.helpers import *
 
 
 git.check_repo_or_die()