]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/midx.py
Don't import * from helpers
[bup.git] / lib / bup / midx.py
index 57a478759297228622e32f102976150fe27d7525..99c47a2585ac6575c49b715f050b6332f4aa2301 100644 (file)
@@ -1,6 +1,9 @@
-import mmap
+
+import mmap, struct
+
 from bup import _helpers
-from bup.helpers import *
+from bup.helpers import log, mmap_read
+
 
 MIDX_VERSION = 4