]> arthur.barton.de Git - bup.git/blobdiff - cmd/memtest-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / memtest-cmd.py
index fb7a1205ed17e55c05d0e0824797b0ff9518243b..894bb64366a20543cc50d2bcce3874871ca3eec3 100755 (executable)
@@ -5,6 +5,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
+from __future__ import absolute_import
 import sys, re, struct, time, resource
 
 from bup import git, bloom, midx, options, _helpers