[Zope-CVS] CVS: Products/Basket/tests - testBasket.py:1.16

Chris McDonough chrism at plope.com
Wed Nov 9 15:58:18 EST 2005


Update of /cvs-repository/Products/Basket/tests
In directory cvs.zope.org:/tmp/cvs-serv15364

Modified Files:
	testBasket.py 
Log Message:
Untabify.


=== Products/Basket/tests/testBasket.py 1.15 => 1.16 ===
--- Products/Basket/tests/testBasket.py:1.15	Wed Nov  9 15:12:22 2005
+++ Products/Basket/tests/testBasket.py	Wed Nov  9 15:58:18 2005
@@ -31,7 +31,7 @@
         self.Control_Panel.id = 'Control_Panel'
         self.Control_Panel.Products = ObjectManager()
         self.Control_Panel.Products.id = 'Products'
-	
+        
     def _manage_remove_product_meta_type(self, product):
          # hahahahahaha
          # hahahahahahahaahaha
@@ -46,7 +46,7 @@
 
     def registerClass(self, *arg, **kw):
          self.arg = arg
-	 self.kw = kw
+         self.kw = kw
 
 class IDummyRegisterableClass(Interface):
     pass
@@ -135,7 +135,7 @@
 
         basket.require(distro_str='product1>=0.1')
         basket.require(distro_str='product2>=0.1')
-		
+                
         result = basket.initialize(DummyProductContext('Basket'))
         self.assertEqual(result, ['product1 initialized',
                                   'product2 initialized'])



More information about the Zope-CVS mailing list