[Zope3-checkins] CVS: Zope3/src/zope/app/i18n/tests - testi18ndirectives.py:1.1.2.4

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


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

Modified Files:
      Tag: NameGeddon-branch
	testi18ndirectives.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/app/i18n/tests/testi18ndirectives.py 1.1.2.3 => 1.1.2.4 ===
--- Zope3/src/zope/app/i18n/tests/testi18ndirectives.py:1.1.2.3	Tue Dec 24 12:17:58 2002
+++ Zope3/src/zope/app/i18n/tests/testi18ndirectives.py	Tue Dec 24 21:20:29 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.
-# 
+#
 ##############################################################################
 """Test the gts ZCML namespace directives.
 
@@ -27,7 +27,7 @@
 import zope.app.i18n
 import zope.i18n.tests
 
-from zope.i18n.globaltranslationservice import translationService 
+from zope.i18n.globaltranslationservice import translationService
 
 
 template = """<zopeConfigure
@@ -53,7 +53,7 @@
             '''
             <gts:registerTranslations directory="./locale" />
             '''
-            )), None, Context([], zope.i18n.tests)) 
+            )), None, Context([], zope.i18n.tests))
         path = os.path.join(Context([], zope.i18n.tests).path(),
                             'locale', 'en',
                             'LC_MESSAGES', 'zope-i18n.mo')