Browse Source

Release 0.8.2.

Jelmer Vernooij 13 years ago
parent
commit
7ffd2530fd
2 changed files with 1 additions and 2 deletions
  1. 1 1
      NEWS
  2. 0 1
      dulwich/web.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.8.2	UNRELEASED
+0.8.2	2011-12-18
 
 
  BUG FIXES
  BUG FIXES
 
 

+ 0 - 1
dulwich/web.py

@@ -29,7 +29,6 @@ try:
 except ImportError:
 except ImportError:
     from dulwich._compat import parse_qs
     from dulwich._compat import parse_qs
 from dulwich import log_utils
 from dulwich import log_utils
-from dulwich.gzip import GzipConsumer
 from dulwich.protocol import (
 from dulwich.protocol import (
     ReceivableProtocol,
     ReceivableProtocol,
     )
     )