]> arthur.barton.de Git - bup.git/blobdiff - cmd/init-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / init-cmd.py
index f2c0052bd5fd0d16811d8d809f52e8819c2c85a4..412ecec1907e2f8b655acc356f1059b4d757419c 100755 (executable)
@@ -5,6 +5,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
+from __future__ import absolute_import
 import sys
 
 from bup import git, options, client