[Zope3-checkins] CVS: Zope3/src/zope/tal - driver.py:1.1.2.3 dummyengine.py:1.1.2.2 htmltalparser.py:1.1.2.3 interfaces.py:1.1.2.3 ndiff.py:1.1.2.2 runtest.py:1.1.2.3 setpath.py:1.1.2.3 talgenerator.py:1.1.2.3 talgettext.py:1.1.2.3 talinterpreter.py:1.1.2.3 talparser.py:1.1.2.3 timer.py:1.1.2.3 translationcontext.py:1.1.2.2

Tim Peters tim.one@comcast.net
Tue, 24 Dec 2002 21:21:53 -0500


Update of /cvs-repository/Zope3/src/zope/tal
In directory cvs.zope.org:/tmp/cvs-serv19240/src/zope/tal

Modified Files:
      Tag: NameGeddon-branch
	driver.py dummyengine.py htmltalparser.py interfaces.py 
	ndiff.py runtest.py setpath.py talgenerator.py talgettext.py 
	talinterpreter.py talparser.py timer.py translationcontext.py 
Log Message:
Whitespace normalization, via Python's Tools/scripts/reindent.py.  The
files are fixed-points of that script now.  Fixed a few cases where
code relied on significant trailing whitespace (ouch).


=== Zope3/src/zope/tal/driver.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/dummyengine.py 1.1.2.1 => 1.1.2.2 ===


=== Zope3/src/zope/tal/htmltalparser.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/interfaces.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/ndiff.py 1.1.2.1 => 1.1.2.2 ===


=== Zope3/src/zope/tal/runtest.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/setpath.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/talgenerator.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/talgettext.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/talinterpreter.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/talparser.py 1.1.2.2 => 1.1.2.3 ===


=== Zope3/src/zope/tal/timer.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/tal/timer.py:1.1.2.2	Mon Dec 23 15:38:28 2002
+++ Zope3/src/zope/tal/timer.py	Tue Dec 24 21:21:22 2002
@@ -3,14 +3,14 @@
 #
 # Copyright (c) 2001, 2002 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.
-# 
+#
 ##############################################################################
 """
 Helper program to time compilation and interpretation


=== Zope3/src/zope/tal/translationcontext.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/tal/translationcontext.py:1.1.2.1	Mon Dec 23 14:33:27 2002
+++ Zope3/src/zope/tal/translationcontext.py	Tue Dec 24 21:21:22 2002
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2001, 2002 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.
-# 
+#
 ##############################################################################
 """Translation context object for the TALInterpreter's I18N support.