]> arthur.barton.de Git - bup.git/blobdiff - cmd/midx-cmd.py
Add bup prune-older command
[bup.git] / cmd / midx-cmd.py
index 1879550b7c9fdb5f463ad9b957599fc45cd06bd8..8e0b87e1d948bf836b58c2b8d65e57122c00dda1 100755 (executable)
@@ -8,7 +8,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 import glob, math, os, resource, struct, sys, tempfile
 
 from bup import options, git, midx, _helpers, xstat
-from bup.helpers import (Sha1, atomically_replaced_file, debug1, fdatasync,
+from bup.helpers import (Sha1, add_error, atomically_replaced_file, debug1, fdatasync,
                          handle_ctrl_c, log, mmap_readwrite, qprogress,
                          saved_errors, unlink)