[Zodb-checkins] CVS: Zope3/src/zope/interface/tests - iimplementor.py:1.4

Jim Fulton jim at zope.com
Tue Mar 30 17:01:35 EST 2004


Update of /cvs-repository/Zope3/src/zope/interface/tests
In directory cvs.zope.org:/tmp/cvs-serv10829/src/zope/interface/tests

Modified Files:
	iimplementor.py 
Log Message:
Began the deprecation of the Type and Implementor registries.
These functions are now provided by adapter registries.


=== Zope3/src/zope/interface/tests/iimplementor.py 1.3 => 1.4 ===
--- Zope3/src/zope/interface/tests/iimplementor.py:1.3	Thu Apr  3 17:05:36 2003
+++ Zope3/src/zope/interface/tests/iimplementor.py	Tue Mar 30 17:01:34 2004
@@ -39,8 +39,7 @@
 
     def testImplementsIImplementorRegistry(self):
         from zope.interface.verify import verifyObject
-        from zope.interface.interfaces \
-             import IImplementorRegistry
+        from zope.interface.implementor import IImplementorRegistry
 
         registry = self._new()
         verifyObject(IImplementorRegistry, registry)




More information about the Zodb-checkins mailing list