Jelajahi Sumber

Release 0.8.2.

Jelmer Vernooij 13 tahun lalu
induk
melakukan
7f1088a919
2 mengubah file dengan 1 tambahan dan 2 penghapusan
  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
 

+ 0 - 1
dulwich/web.py

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