[Zope3-checkins] CVS: Zope3/src/zope/interface - __init__.py:1.8 _callableimplements.py:NONE implements.py:NONE
Steve Alexander
steve@cat-box.net
Fri, 13 Jun 2003 10:52:12 -0400
Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv30774/src/zope/interface
Modified Files:
__init__.py
Removed Files:
_callableimplements.py implements.py
Log Message:
Removed zope.interface.implements
=== Zope3/src/zope/interface/__init__.py 1.7 => 1.8 ===
--- Zope3/src/zope/interface/__init__.py:1.7 Wed Jun 4 18:24:59 2003
+++ Zope3/src/zope/interface/__init__.py Fri Jun 13 10:52:11 2003
@@ -78,11 +78,6 @@
from zope.interface.interface import Attribute
-import zope.interface.implements
-from zope.interface._callableimplements import hookup
-hookup()
-del hookup
-
from zope.interface.declarations import providedBy, implementedBy
from zope.interface.declarations import classImplements, classImplementsOnly
from zope.interface.declarations import directlyProvidedBy, directlyProvides
=== Removed File Zope3/src/zope/interface/_callableimplements.py ===
=== Removed File Zope3/src/zope/interface/implements.py ===