[Zope-CVS] CVS: Products/PluggableAuthService/plugins -
RecursiveGroupsPlugin.py:1.3
Zachery Bir
zbir at urbanape.com
Mon Aug 2 15:46:51 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/plugins
In directory cvs.zope.org:/tmp/cvs-serv11623/plugins
Modified Files:
RecursiveGroupsPlugin.py
Log Message:
plugins/RecursiveGroupsPlugin.py
- The SimpleGroup class now more closely mimics a real principal.
=== Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py:1.2 Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py Mon Aug 2 15:46:50 2004
@@ -56,6 +56,9 @@
def getGroups( self ):
return ()
+ def _addGroups( self, groups ):
+ pass
+
class RecursiveGroupsPlugin( BasePlugin ):
""" PAS plugin for recursively flattening a collection of groups
More information about the Zope-CVS
mailing list