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