[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - IMessageCatalog.py:1.1.2.2
Jim Fulton
jim@zope.com
Sat, 19 Jan 2002 09:39:57 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv29885
Modified Files:
Tag: Zope-3x-branch
IMessageCatalog.py
Log Message:
Fixed interface name. Fell victim to copy and paste.
=== Zope3/lib/python/Zope/I18n/IMessageCatalog.py 1.1.2.1 => 1.1.2.2 ===
-class ITranslationService(Interface):
+class IMessageCatalog(Interface):
"""Translation Service
This interface provides methods for translating text, including