]> arthur.barton.de Git - bup.git/blobdiff - cmd/damage-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / damage-cmd.py
index 22bc8f094c3eae3a95f4ccd8a339fc449f2426dd..fa54bc90c90baa9003927213c509cd2b850e7082 100755 (executable)
@@ -4,9 +4,12 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
+from __future__ import absolute_import
 import sys, os, random
+
 from bup import options
-from bup.helpers import *
+from bup.helpers import log
 
 
 def randblock(n):