CVS: Products/Basket/tests - testBasket.py:1.16

Chris McDonough <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
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'])

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.