[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py fixed svn properties

Yvo Schubbe y.2005- at wcm-solutions.de
Fri Sep 30 10:58:34 EDT 2005


Log message for revision 38704:
  fixed svn properties

Changed:
  UU  Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py

-=-
Modified: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py	2005-09-30 14:29:43 UTC (rev 38703)
+++ Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py	2005-09-30 14:58:33 UTC (rev 38704)
@@ -7,12 +7,11 @@
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-
 """
-$Id: ZCatalog.py 25050 2004-05-27 15:06:40Z chrisw $
+$Id$
 """
 
 import time, sys
@@ -107,4 +106,3 @@
 
     def output(self, text):
         open(self.filename, 'a').write(text + '\n')
-


Property changes on: Zope/trunk/lib/python/Products/ZCatalog/ProgressHandler.py
___________________________________________________________________
Name: svn:keywords
   - svn:eol-style
   + Id
Name: svn:eol-style
   + native



More information about the Zope-Checkins mailing list