Last change
on this file since 11107 was
914,
checked in by Henrik Bettermann, 18 years ago
|
syntax error fixed
|
File size:
289 bytes
|
Rev | Line | |
---|
[880] | 1 | ## Script (Python) "getDynamicRoles" |
---|
| 2 | ##bind container=container |
---|
| 3 | ##bind context=context |
---|
| 4 | ##bind namespace= |
---|
| 5 | ##bind script=script |
---|
| 6 | ##bind subpath=traverse_subpath |
---|
| 7 | ##parameters= |
---|
| 8 | ##title= |
---|
| 9 | ## |
---|
| 10 | # $Id: $ |
---|
| 11 | """ |
---|
| 12 | return the dynamic roles |
---|
| 13 | """ |
---|
[914] | 14 | return ('ClearanceOfficer','CourseAdviser', 'SectionManager') |
---|
[880] | 15 | |
---|
Note: See
TracBrowser for help on using the repository browser.