]> arthur.barton.de Git - bup.git/blobdiff - cmd/mux-cmd.py
Add repo abstraction and use it in join
[bup.git] / cmd / mux-cmd.py
index 7a8a9eac1a9ea950abf350e87b32b0de86363346..b7a6db12882d39c648749879842e0d1375ebaaff 100755 (executable)
@@ -4,9 +4,12 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
 import os, sys, subprocess, struct
+
 from bup import options
-from bup.helpers import *
+from bup.helpers import debug1, debug2, mux
+
 
 # Give the subcommand exclusive access to stdin.
 orig_stdin = os.dup(0)