CVS: Products/Basket - utils.py:1.11

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-serv25558

Modified Files:
	utils.py 
Log Message:
Fix __ac_permissions__ setup.


=== Products/Basket/utils.py 1.10 => 1.11 ===
--- Products/Basket/utils.py:1.10	Tue Nov  8 12:53:53 2005
+++ Products/Basket/utils.py	Tue Nov  8 12:56:46 2005
@@ -446,7 +446,7 @@
         # constructors, etc.
         folder_permissions = get_folder_permissions()
         for p in pgetattr(self.package, '__ac_permissions__', ()):
-            permission, names, default = tuple(p) + ('Manager',)[:3]
+            permission, names, default = (tuple(p) + ('Manager',))[:3]
             if names:
                 for name in names:
                     self.permissions[name] = permission

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