]> arthur.barton.de Git - bup.git/blobdiff - cmd/on-cmd.py
vfs: flatten resolution cache key
[bup.git] / cmd / on-cmd.py
index f76ad3e1e06a71fd07de06db586f1827d92d1a97..e4f660c10bf15b4ba901ea2a9acc44004cb711bd 100755 (executable)
@@ -4,10 +4,14 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
+from __future__ import absolute_import
 import sys, os, struct, getopt, subprocess, signal
+
 from subprocess import PIPE
 from bup import options, ssh, path
-from bup.helpers import *
+from bup.helpers import DemuxConn, log
+
 
 optspec = """
 bup on <hostname> index ...