[Zope3-checkins] CVS: Zope3/src/zope/configuration - fields.py:1.16.10.1

Jim Fulton cvs-admin at zope.org
Tue Nov 18 17:27:17 EST 2003


Update of /cvs-repository/Zope3/src/zope/configuration
In directory cvs.zope.org:/tmp/cvs-serv19243/src/zope/configuration

Modified Files:
      Tag: adaptergeddon-branch
	fields.py 
Log Message:
Implemented local presentation services.


=== Zope3/src/zope/configuration/fields.py 1.16 => 1.16.10.1 ===
--- Zope3/src/zope/configuration/fields.py:1.16	Mon Aug 18 18:14:39 2003
+++ Zope3/src/zope/configuration/fields.py	Tue Nov 18 17:26:40 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