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

Chris McDonough chrism at plope.com
Mon Nov 7 19:01:27 EST 2005


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



More information about the Zope-CVS mailing list