Procházet zdrojové kódy

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

Jelmer Vernooij před 13 roky
rodič
revize
b83ecae752
2 změnil soubory, kde provedl 5 přidání a 2 odebrání
  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)