]> arthur.barton.de Git - bup.git/blobdiff - cmd/bloom-cmd.py
test-rm: replace pipefail with explicit tests
[bup.git] / cmd / bloom-cmd.py
index b2f909bd0d9b7fb8d7cb248b540b2cef190676bb..f968fa02e398fab2b55e85a62af30deb9435e7aa 100755 (executable)
@@ -4,9 +4,12 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
-import sys, glob, tempfile
+
+import glob, os, sys, tempfile
+
 from bup import options, git, bloom
-from bup.helpers import *
+from bup.helpers import (debug1, handle_ctrl_c, log, progress, qprogress,
+                         saved_errors)
 
 optspec = """
 bup bloom [options...]