[Zope-Checkins] CVS: Zope/lib/python/StructuredText/regressions - create_referencesfiles.py:1.4

Martijn Pieters mj@zope.com
Wed, 14 Aug 2002 17:58:23 -0400


Update of /cvs-repository/Zope/lib/python/StructuredText/regressions
In directory cvs.zope.org:/tmp/cvs-serv17840/regressions

Modified Files:
	create_referencesfiles.py 
Log Message:
Clean up indentation and trailing whitespace.


=== Zope/lib/python/StructuredText/regressions/create_referencesfiles.py 1.3 => 1.4 ===
--- Zope/lib/python/StructuredText/regressions/create_referencesfiles.py:1.3	Wed Nov 28 10:51:16 2001
+++ Zope/lib/python/StructuredText/regressions/create_referencesfiles.py	Wed Aug 14 17:58:22 2002
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # 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
-# 
+#
 ##############################################################################
 
 
@@ -30,4 +30,3 @@
 
     outfile = f.replace('.stx','.ref')
     open(outfile,'w').write(html)
-