[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
component.py:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:16:59 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv31345
Modified Files:
component.py
Log Message:
Improved doc string
=== Zope3/src/zope/app/interfaces/component.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/component.py:1.4 Sun Jun 22 16:18:17 2003
+++ Zope3/src/zope/app/interfaces/component.py Tue Feb 24 09:16:59 2004
@@ -11,10 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
+"""Locale Component Architecuture interfaces
+
$Id$
"""
-
from zope.interface import Interface
from zope.schema import Field
from zope.schema.interfaces import IEnumerated, IField, ITuple
More information about the Zope3-Checkins
mailing list