source: main/waeup.sirp/trunk/src/waeup/sirp/university/__init__.py @ 7611

Last change on this file since 7611 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.
2from waeup.sirp.university.course import Course
3from waeup.sirp.university.coursescontainer import CoursesContainer
4from waeup.sirp.university.faculty import Faculty
5from waeup.sirp.university.facultiescontainer import FacultiesContainer
6__all__ = (
7    'Course', 'CoursesContainer', 'Faculty', 'FacultiesContainer')
Note: See TracBrowser for help on using the repository browser.