[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - xmlconfig.py:1.11
R. David Murray
bitz@bitdance.com
Mon, 9 Dec 2002 10:59:12 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv29665
Modified Files:
xmlconfig.py
Log Message:
Fix a line wrapping.
=== Zope3/lib/python/Zope/Configuration/xmlconfig.py 1.10 => 1.11 ===
--- Zope3/lib/python/Zope/Configuration/xmlconfig.py:1.10 Tue Nov 19 18:18:48 2002
+++ Zope3/lib/python/Zope/Configuration/xmlconfig.py Mon Dec 9 10:59:12 2002
@@ -52,7 +52,8 @@
self.mess = mess
def __str__(self):
- return 'File "%s", line %s, column %s\n\t%s' % ( self.sid, self.lno, self.cno, self.mess)
+ return 'File "%s", line %s, column %s\n\t%s' % (
+ self.sid, self.lno, self.cno, self.mess)
class ConfigurationExecutionError(ZopeXMLConfigurationError):
"""An error occurred during execution of a configuration action