]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/bloom.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / bloom.py
index 77878669686a066caffbc3532974aa240d5df6ed..54da4b8cc8fed08971f17a56a08da5352354ca77 100644 (file)
@@ -80,6 +80,7 @@ None of this tells us what max_pfalse_positive to choose.
 Brandon Low <lostlogic@lostlogicx.com> 2011-02-04
 """
 
+from __future__ import absolute_import
 import sys, os, math, mmap, struct
 
 from bup import _helpers