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

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Aug 5 08:59:17 EDT 2003


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

Modified Files:
	fields.py 
Log Message:
I should have committed this with the changes to extract.py yesterday.


=== Zope3/src/zope/configuration/fields.py 1.10 => 1.11 ===
--- Zope3/src/zope/configuration/fields.py:1.10	Mon Aug  4 13:17:20 2003
+++ Zope3/src/zope/configuration/fields.py	Tue Aug  5 07:59:13 2003
@@ -366,7 +366,7 @@
         if strings is None:
             strings = i18n_strings[domain] = {}
         locations = strings.setdefault(v, [])
-        locations.append(`context.info`)
+        locations.append((context.info.file, context.info.line))
 
         # Convert to a message id, importing the factory, if necessary
         factory = self.__factories.get(domain)




More information about the Zope3-Checkins mailing list