[Zope3-checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture/tests - PlacelessSetup.py:1.3
Jeremy Hylton
jeremy@zope.com
Fri, 20 Dec 2002 17:24:32 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture/tests
In directory cvs.zope.org:/tmp/cvs-serv1512/ComponentArchitecture/tests
Modified Files:
PlacelessSetup.py
Log Message:
Fix files with missing newline at end or other bogus whitespace issues.
Fix some typos and other stuff, too.
=== Zope3/lib/python/Zope/ComponentArchitecture/tests/PlacelessSetup.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/ComponentArchitecture/tests/PlacelessSetup.py:1.2 Mon Jun 10 19:29:23 2002
+++ Zope3/lib/python/Zope/ComponentArchitecture/tests/PlacelessSetup.py Fri Dec 20 17:24:31 2002
@@ -65,4 +65,4 @@
viewService
provideService('Views', viewService)
def tearDown(self):
- CleanUp.tearDown(self)
\ No newline at end of file
+ CleanUp.tearDown(self)