Changeset 6045 for main/waeup.sirp/trunk
- Timestamp:
- 11 May 2011, 11:16:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/permissions.py
r6043 r6045 57 57 # Ignore non-WAeUP roles... 58 58 continue 59 if item[1].startswith('waeup.local.'): 60 continue 59 61 result[item[1]] = True 60 62 return sorted(result.keys())
Note: See TracChangeset for help on using the changeset viewer.