Last change
on this file since 10009 was
7333,
checked in by Henrik Bettermann, 13 years ago
|
Rename certificatecontainer, coursecontainer and facultycontainer. Now we have e.g. a container for faculties. Synonyms are 'facultiescontainer', 'faculties', 'academics' or 'Academic Section'. The faculty container is the faculty itself which contains the departments.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
340 bytes
|
Line | |
---|
1 | # Make this a package. |
---|
2 | from waeup.sirp.university.course import Course |
---|
3 | from waeup.sirp.university.coursescontainer import CoursesContainer |
---|
4 | from waeup.sirp.university.faculty import Faculty |
---|
5 | from waeup.sirp.university.facultiescontainer import FacultiesContainer |
---|
6 | __all__ = ( |
---|
7 | 'Course', 'CoursesContainer', 'Faculty', 'FacultiesContainer') |
---|
Note: See
TracBrowser for help on using the repository browser.