[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/tests/testBeforeTraverse.py Whitespace fix.

Lennart Regebro regebro at gmail.com
Sun Jul 1 09:23:28 EDT 2007


Log message for revision 77280:
  Whitespace fix.
  

Changed:
  U   Zope/trunk/lib/python/ZPublisher/tests/testBeforeTraverse.py

-=-
Modified: Zope/trunk/lib/python/ZPublisher/tests/testBeforeTraverse.py
===================================================================
--- Zope/trunk/lib/python/ZPublisher/tests/testBeforeTraverse.py	2007-07-01 08:23:47 UTC (rev 77279)
+++ Zope/trunk/lib/python/ZPublisher/tests/testBeforeTraverse.py	2007-07-01 13:23:27 UTC (rev 77280)
@@ -9,11 +9,11 @@
 def makeBaseRequest(root):
     response = HTTPResponse()
     environment = { 'URL': '',
-		    'PARENTS': [root],
-		    'steps': [],
-		    '_hacked_path': 0,
-		    '_test_counter': 0,
-		    'response': response }
+                    'PARENTS': [root],
+                    'steps': [],
+                    '_hacked_path': 0,
+                    '_test_counter': 0,
+                    'response': response }
     return BaseRequest(environment)
 
 
@@ -26,8 +26,8 @@
 class BrokenHook:
     
     def __call__(self, *args):
-	print self.__class__.__name__, 'called'
-	raise TypeError, self.__class__.__name__
+        print self.__class__.__name__, 'called'
+        raise TypeError, self.__class__.__name__
 
 def testBeforeTraverse(self):
     """ 



More information about the Zope-Checkins mailing list