]> arthur.barton.de Git - bup.git/blobdiff - cmd/version-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / version-cmd.py
index 9b23ea2726ce65656e052b944e9fdcede7cc2888..f7555a8aeaef8078d617cc41c1b7df089139cc46 100755 (executable)
@@ -5,7 +5,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
-from __future__ import print_function
+from __future__ import absolute_import, print_function
 import re, sys
 
 from bup import options