[Zope3-checkins] CVS: Zope3/src/zope/configuration - fields.py:1.17
Jim Fulton
cvs-admin at zope.org
Fri Nov 21 12:09:16 EST 2003
Update of /cvs-repository/Zope3/src/zope/configuration
In directory cvs.zope.org:/tmp/cvs-serv29339/src/zope/configuration
Modified Files:
fields.py
Log Message:
Fixed an excessively long line.
=== Zope3/src/zope/configuration/fields.py 1.16 => 1.17 ===
--- Zope3/src/zope/configuration/fields.py:1.16 Mon Aug 18 18:14:39 2003
+++ Zope3/src/zope/configuration/fields.py Fri Nov 21 12:09:15 2003
@@ -317,7 +317,8 @@
>>> i.domain
'untranslated'
>>> warned
- ("You did not specify an i18n translation domain for the '' field in file location",)
+ ("You did not specify an i18n translation domain for the '' """ \
+ """field in file location",)
>>> warnings.warn = realwarn
More information about the Zope3-Checkins
mailing list