[Zope3-checkins] CVS: Zope3/src/zope/configuration - config.py:1.18
Fred L. Drake, Jr.
fred at zope.com
Mon Mar 1 17:39:31 EST 2004
Update of /cvs-repository/Zope3/src/zope/configuration
In directory cvs.zope.org:/tmp/cvs-serv18217
Modified Files:
config.py
Log Message:
document the hackery so it isn't made to disappear when a vim user
edits this file
=== Zope3/src/zope/configuration/config.py 1.17 => 1.18 ===
--- Zope3/src/zope/configuration/config.py:1.17 Mon Mar 1 16:22:10 2004
+++ Zope3/src/zope/configuration/config.py Mon Mar 1 17:39:31 2004
@@ -269,7 +269,7 @@
...
True
- """ #'
+ """ #' <-- bow to font-lock
path = self.path(filename)
if path in self._seen_files:
raise ConfigurationError('%r included more than once' % path)
More information about the Zope3-Checkins
mailing list