X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdamage-cmd.py;h=fa54bc90c90baa9003927213c509cd2b850e7082;hb=c40b3dd5fd74e72024fbaad3daf5a958aefa1c54;hp=22bc8f094c3eae3a95f4ccd8a339fc449f2426dd;hpb=7e0fcaa5b28eb1aa022a59e5056679e7854070b9;p=bup.git diff --git a/cmd/damage-cmd.py b/cmd/damage-cmd.py index 22bc8f0..fa54bc9 100755 --- a/cmd/damage-cmd.py +++ b/cmd/damage-cmd.py @@ -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):