source:
waeup/branches/ulif-rewrite/src/waeup/university/facultycontainer.py
@
3797
Last change on this file since 3797 was 3527, checked in by , 17 years ago | |
---|---|
|
|
File size: 212 bytes |
Line | |
---|---|
1 | import grok |
2 | from waeup.basecontainer import BaseContainer |
3 | from interfaces import IFaculty |
4 | from faculty import Faculty |
5 | |
6 | class FacultyContainer(BaseContainer): |
7 | |
8 | name = u'Faculties' |
9 | childClass = Faculty |
Note: See TracBrowser for help on using the repository browser.