[Zodb-checkins] CVS: ZODB4/src/zope/interface - interface.py:1.7

Jeremy Hylton jeremy@zope.com
Thu, 6 Mar 2003 15:46:56 -0500


Update of /cvs-repository/ZODB4/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv18300/src/zope/interface

Modified Files:
	interface.py 
Log Message:
Remove duplicate docstring.


=== ZODB4/src/zope/interface/interface.py 1.6 => 1.7 ===
--- ZODB4/src/zope/interface/interface.py:1.6	Tue Jan 28 06:25:22 2003
+++ ZODB4/src/zope/interface/interface.py	Thu Mar  6 15:46:53 2003
@@ -17,13 +17,6 @@
 $Id$
 """
 
-
-"""Interface object implementation
-
-Revision information:
-$Id$
-"""
-
 from inspect import currentframe
 from types import FunctionType