Ignore:
Timestamp:
29 Feb 2012, 15:33:35 (13 years ago)
Author:
uli
Message:

Remove classmethod as it is not compatible with getattr.

File:
1 edited

Legend:

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

    r7724 r7729  
    3333
    3434    @property       # Make this method read_only and looking like an attr.
    35     @classmethod
    36     def local_roles(cls):
     35    def local_roles(self):
    3736        return ['waeup.local.DepartmentManager',
    3837                'waeup.local.ClearanceOfficer',
Note: See TracChangeset for help on using the changeset viewer.