]> arthur.barton.de Git - bup.git/blobdiff - cmd/on--server-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / on--server-cmd.py
index cdfd44113c352e3560a521e97d7e915344b7ee07..0d29e4316a92831884c77f51b652a0cd791f9855 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, os, struct
 from bup import options, helpers