[Zope3-checkins] SVN: Zope3/trunk/src/zope/configuration/stxdocs.py
	Merge from 3.3 branch:
    Baiju M 
    baiju.m.mail at gmail.com
       
    Thu Aug 17 04:06:40 EDT 2006
    
    
  
Log message for revision 69584:
  Merge from 3.3 branch:
   Log message for revision 69583:
     Syntax error (missing ending bracket) fixed.
  
Changed:
  U   Zope3/trunk/src/zope/configuration/stxdocs.py
-=-
Modified: Zope3/trunk/src/zope/configuration/stxdocs.py
===================================================================
--- Zope3/trunk/src/zope/configuration/stxdocs.py	2006-08-17 07:57:48 UTC (rev 69583)
+++ Zope3/trunk/src/zope/configuration/stxdocs.py	2006-08-17 08:06:37 UTC (rev 69584)
@@ -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