]> arthur.barton.de Git - bup.git/blobdiff - cmd/list-idx-cmd.py
gc: move core code to bup.gc module
[bup.git] / cmd / list-idx-cmd.py
index 3bab6b3fc3fee580df45cc57b97dcfec5a833119..d2c981bf635b6b1392898660e950edabded350da 100755 (executable)
@@ -4,9 +4,12 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
 import sys, os
+
 from bup import git, options
-from bup.helpers import *
+from bup.helpers import add_error, handle_ctrl_c, log, qprogress, saved_errors
+
 
 optspec = """
 bup list-idx [--find=<prefix>] <idxfilenames...>