[Zope3-checkins] CVS: ZODB4/Interface - Implements.py:1.6

Jeremy Hylton jeremy@zope.com
Fri, 13 Dec 2002 17:08:44 -0500


Update of /cvs-repository/ZODB4/Interface
In directory cvs.zope.org:/tmp/cvs-serv27287/Interface

Modified Files:
	Implements.py 
Log Message:
Remove duplicate import.





=== ZODB4/Interface/Implements.py 1.5 => 1.6 ===
--- ZODB4/Interface/Implements.py:1.5	Thu Oct 10 17:21:03 2002
+++ ZODB4/Interface/Implements.py	Fri Dec 13 17:08:43 2002
@@ -18,7 +18,6 @@
 """
 
 import Exceptions
-from types import ClassType
 from Verify import verifyClass
 from _InterfaceClass import Interface as InterfaceClass
 from types import TupleType, ClassType, StringType