X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=blobdiff_plain;f=lib%2Fbup%2Fbloom.py;fp=lib%2Fbup%2Fbloom.py;h=54da4b8cc8fed08971f17a56a08da5352354ca77;hp=77878669686a066caffbc3532974aa240d5df6ed;hb=c40b3dd5fd74e72024fbaad3daf5a958aefa1c54;hpb=6df109426b0b22f016ccf67414d140655ac5d3c5 diff --git a/lib/bup/bloom.py b/lib/bup/bloom.py index 7787866..54da4b8 100644 --- a/lib/bup/bloom.py +++ b/lib/bup/bloom.py @@ -80,6 +80,7 @@ None of this tells us what max_pfalse_positive to choose. Brandon Low 2011-02-04 """ +from __future__ import absolute_import import sys, os, math, mmap, struct from bup import _helpers