]> arthur.barton.de Git - bup.git/blobdiff - cmd/cat-file-cmd.py
Update file() calls to open() for py3
[bup.git] / cmd / cat-file-cmd.py
index 8aabb41069c2f3776e7ff38753f24a2765b732e4..06e14f69a38cca150cf31b508ad1d1cd9858a7fc 100755 (executable)
@@ -5,6 +5,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
+from __future__ import absolute_import
 import re, stat, sys
 
 from bup import options, git, vfs