[Zope3-checkins] CVS: Zope3/src/zope/app/dublincore/tests - test_creatorannotator.py:1.12

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Mar 17 12:59:59 EST 2004


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

Modified Files:
	test_creatorannotator.py 
Log Message:


Removed TABs from source code. Resolves issue 186.




=== Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py:1.11	Sat Mar 13 10:21:15 2004
+++ Zope3/src/zope/app/dublincore/tests/test_creatorannotator.py	Wed Mar 17 12:59:29 2004
@@ -114,7 +114,7 @@
         security = newSecurityManager(bad_author)
         CreatorAnnotator.notify(event)
 
-	# Check that the bad author hasn't been added twice.
+        # Check that the bad author hasn't been added twice.
         self.failIf(len(data.creators) != 2)
         self.failUnless(good_author.id in data.creators)
         self.failUnless(bad_author.id in data.creators)




More information about the Zope3-Checkins mailing list