Changeset 6173


Ignore:
Timestamp:
20 May 2011, 13:49:59 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove unused method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/permissions.py

    r6170 r6173  
    139139            for name, role in self._roles]
    140140
    141     def roles(self):
    142         """Return a list of roles assignable to the context object.
    143         """
    144         return [name for name, role in self._roles]
    145 
    146141def get_users_with_local_roles(context):
    147142    """Get a list of dicts representing the local roles set for `context`.
Note: See TracChangeset for help on using the changeset viewer.