[Zope3-checkins] CVS: Zope3/src/zope/interface - __init__.py:1.13
Jim Fulton
jim at zope.com
Mon Apr 5 15:43:57 EDT 2004
Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv13233/src/zope/interface
Modified Files:
__init__.py
Log Message:
Added some newlines to improve readability, since this is now
referenced as an example from docs.
=== Zope3/src/zope/interface/__init__.py 1.12 => 1.13 ===
--- Zope3/src/zope/interface/__init__.py:1.12 Tue Jan 20 16:17:41 2004
+++ Zope3/src/zope/interface/__init__.py Mon Apr 5 15:43:51 2004
@@ -91,5 +91,7 @@
from zope.interface.interfaces import IInterfaceDeclaration
+
moduleProvides(IInterfaceDeclaration)
+
__all__ = ('Interface', 'Attribute') + tuple(IInterfaceDeclaration)
More information about the Zope3-Checkins
mailing list