[Zope] Creating a new Role equivalent to Manager?

Kevin Howe khowe@performance-net.com
Sun, 10 Sep 2000 18:40:12 -0300


I want to create a Role (myRole) for an object which is equivalent to the
Manager Role, basically kust with a different name. How do I (via python)
say that myRole is equivalent?

Something similar to this:

self._addRole( 'myRole', InheritPermissionsFromManager() )

Thanks,
kh