diff options
Diffstat (limited to 'gitdb/pack.py')
| -rw-r--r-- | gitdb/pack.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gitdb/pack.py b/gitdb/pack.py index 48121f0..e2673ee 100644 --- a/gitdb/pack.py +++ b/gitdb/pack.py @@ -3,13 +3,14 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php """Contains PackIndexFile and PackFile implementations""" +import zlib + from gitdb.exc import ( BadObject, UnsupportedOperation, ParseError ) from util import ( - zlib, mman, LazyMixin, unpack_from, |
