CVS: Products/Basket - __init__.py:1.10 utils.py:1.7

Chris McDonough <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/Basket
In directory cvs.zope.org:/tmp/cvs-serv19851

Modified Files:
	__init__.py utils.py 
Log Message:
Fix comment and tabs.


=== Products/Basket/__init__.py 1.9 => 1.10 ===
--- Products/Basket/__init__.py:1.9	Mon Nov  7 18:31:22 2005
+++ Products/Basket/__init__.py	Mon Nov  7 19:01:27 2005
@@ -40,6 +40,7 @@
         for point in points:
             # XXX deal with duplicate product names by raising an exception
             # somewhere in here.
+            # XXX test by creating a broken product and see what happens
             package = get_containing_package(point.module_name)
             productname = package.__name__.split('.')[-1]
             context = EggProductContext(productname, app, package)


=== Products/Basket/utils.py 1.6 => 1.7 ===
--- Products/Basket/utils.py:1.6	Mon Nov  7 18:31:22 2005
+++ Products/Basket/utils.py	Mon Nov  7 19:01:27 2005
@@ -507,7 +507,7 @@
         return data
 
     def initialize_egg_product(self, productp, name, app):
-		pass
+        pass
 
     def registerHelp(self, *arg, **kw):
         return # this is so not worth it

_______________________________________________
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.