]> arthur.barton.de Git - bup.git/blobdiff - cmd/import-duplicity-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / import-duplicity-cmd.py
index 812b6c7844feaa15038f9b2860637904a0ea9264..565aca629c8cbca365152a4badddb1d11a794942 100755 (executable)
@@ -5,6 +5,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
+from __future__ import absolute_import
 from calendar import timegm
 from pipes import quote
 from subprocess import check_call