[Zope3-checkins] CVS: zopeproducts/zwiki/tests - test_wikipagehierarchy.py:1.4

Viktorija Zaksiene ryzaja@codeworks.lt
Mon, 7 Apr 2003 03:15:32 -0400


Update of /cvs-repository/zopeproducts/zwiki/tests
In directory cvs.zope.org:/tmp/cvs-serv19804/tests

Modified Files:
	test_wikipagehierarchy.py 
Log Message:
Removed all trailing whitespaces.


=== zopeproducts/zwiki/tests/test_wikipagehierarchy.py 1.3 => 1.4 ===
--- zopeproducts/zwiki/tests/test_wikipagehierarchy.py:1.3	Sat Apr  5 20:01:04 2003
+++ zopeproducts/zwiki/tests/test_wikipagehierarchy.py	Mon Apr  7 03:15:31 2003
@@ -35,7 +35,7 @@
     def setUp(self):
         PlacelessSetup.setUp(self)
         WikiPage.__implements__ = (WikiPage.__implements__,
-                                   IAttributeAnnotatable) 
+                                   IAttributeAnnotatable)
         provideAdapter(IAttributeAnnotatable, IAnnotations,
                        AttributeAnnotations)
         self.page = WikiPage()