[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - IInterpolationVariable.py:1.1.2.2 ILanguageAvailability.py:1.1.2.3 IMessageCatalog.py:1.1.2.7 INegotiator.py:1.1.2.2 ITranslationService.py:1.1.2.3 IUserPreferedLanguages.py:1.1.2.2 Negotiator.py:1.1.2.3
Tres Seaver
tseaver@zope.com
Tue, 12 Feb 2002 15:56:38 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv19744/Zope/I18n
Modified Files:
Tag: Zope-3x-branch
IInterpolationVariable.py ILanguageAvailability.py
IMessageCatalog.py INegotiator.py ITranslationService.py
IUserPreferedLanguages.py Negotiator.py
Log Message:
- Normalize file headers.
- Fix violations of "80 character" rule.
=== Zope3/lib/python/Zope/I18n/IInterpolationVariable.py 1.1.2.1 => 1.1.2.2 ===
##############################################################################
"""
-Revision information: $Id$
+
+$Id$
"""
from Interface import Interface
=== Zope3/lib/python/Zope/I18n/ILanguageAvailability.py 1.1.2.2 => 1.1.2.3 ===
"""
-Revision information: $Id$
+$Id$
"""
from Interface import Interface
=== Zope3/lib/python/Zope/I18n/IMessageCatalog.py 1.1.2.6 => 1.1.2.7 ===
##############################################################################
"""
-Revision information: $Id$
+
+$Id$
"""
from Interface import Interface
=== Zope3/lib/python/Zope/I18n/INegotiator.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Interface import Interface
=== Zope3/lib/python/Zope/I18n/ITranslationService.py 1.1.2.2 => 1.1.2.3 ===
##############################################################################
"""
-Revision information: $Id$
+
+$Id$
"""
from Interface import Interface
=== Zope3/lib/python/Zope/I18n/IUserPreferedLanguages.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Interface import Interface
=== Zope3/lib/python/Zope/I18n/Negotiator.py 1.1.2.2 => 1.1.2.3 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.I18n.INegotiator import INegotiator