]> arthur.barton.de Git - bup.git/blobdiff - cmd/prune-older-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / prune-older-cmd.py
index 58c4d946f292b87d5a24dc0416db382034bdbdaf..6c67b69bfc72e1e717d6abfa6c5cd1aea3b12c66 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
 from collections import defaultdict
 from itertools import groupby
 from sys import stderr