]> arthur.barton.de Git - bup.git/blobdiff - cmd/daemon-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / daemon-cmd.py
index 8386fc0e120983252da06dbfe80c8b79a98c4ddb..ba4b86a50f8917bf697e2a45864cfecb8ddb97ba 100755 (executable)
@@ -4,6 +4,8 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
+from __future__ import absolute_import
 import sys, getopt, socket, subprocess, fcntl
 from bup import options, path
 from bup.helpers import *