Jelajahi Sumber

dulwich.__init__ no longer imports client, protocol, repo and
server modules.

Jelmer Vernooij 13 tahun lalu
induk
melakukan
debe8f8303
2 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 5 0
      NEWS
  2. 0 2
      dulwich/__init__.py

+ 5 - 0
NEWS

@@ -1,5 +1,10 @@
 0.8.6	UNRELEASED
 
+ API CHANGES
+
+  * dulwich.__init__ no longer imports client, protocol, repo and
+    server modules. (Jelmer Vernooij)
+
 0.8.5	2012-03-29
 
  BUG FIXES

+ 0 - 2
dulwich/__init__.py

@@ -21,6 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-from dulwich import (client, protocol, repo, server)
-
 __version__ = (0, 8, 6)