[Zope3-checkins]
SVN: Zope3/branches/3.3/src/zope/configuration/stxdocs.py
Syntax error (missing ending bracket) fixed.
Baiju M
baiju.m.mail at gmail.com
Thu Aug 17 03:57:50 EDT 2006
Log message for revision 69583:
Syntax error (missing ending bracket) fixed.
Changed:
U Zope3/branches/3.3/src/zope/configuration/stxdocs.py
-=-
Modified: Zope3/branches/3.3/src/zope/configuration/stxdocs.py
===================================================================
--- Zope3/branches/3.3/src/zope/configuration/stxdocs.py 2006-08-17 07:04:20 UTC (rev 69582)
+++ Zope3/branches/3.3/src/zope/configuration/stxdocs.py 2006-08-17 07:57:48 UTC (rev 69583)
@@ -54,7 +54,7 @@
# We do not want to specify the whole path; starting at the 'zope'
# package is enough.
base_dir = os.path.dirname(os.path.dirname(
- zope.configuration.__file__)[:-4]
+ zope.configuration.__file__))[:-4]
file = info.file.replace(base_dir, '')
info_text = 'File %s, lines %i - %i.' %(file, info.line, info.eline)
More information about the Zope3-Checkins
mailing list