diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-11-13 09:00:44 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-11-13 09:00:44 +0100 |
| commit | 85dde34bc724570617f3df1cdc40ba1b0942c77e (patch) | |
| tree | 4d60b1dd22a5c78688c437dabe68381bb11c4b1f /gitdb/stream.py | |
| parent | 81707c606b88e971cc359e3e9f3abeeea2204860 (diff) | |
| download | gitdb-85dde34bc724570617f3df1cdc40ba1b0942c77e.tar.gz | |
Minor adjustments to adapt to changes in async (due to be removed anyway)
Diffstat (limited to 'gitdb/stream.py')
| -rw-r--r-- | gitdb/stream.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gitdb/stream.py b/gitdb/stream.py index 6441b1e..cbb10c1 100644 --- a/gitdb/stream.py +++ b/gitdb/stream.py @@ -4,7 +4,7 @@ # the New BSD License: http://www.opensource.org/licenses/bsd-license.php from cStringIO import StringIO -import errno +import zlib import mmap import os @@ -23,7 +23,6 @@ from util import ( make_sha, write, close, - zlib ) has_perf_mod = False |
