Last change
on this file since 7267 was
7137,
checked in by Henrik Bettermann, 13 years ago
|
Set value Id for property svn:keywords in all Python files.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
331 bytes
|
Line | |
---|
1 | # Make this a package. |
---|
2 | from waeup.sirp.university.course import Course |
---|
3 | from waeup.sirp.university.coursecontainer import CourseContainer |
---|
4 | from waeup.sirp.university.faculty import Faculty |
---|
5 | from waeup.sirp.university.facultycontainer import FacultyContainer |
---|
6 | __all__ = ( |
---|
7 | 'Course', 'CourseContainer', 'Faculty', 'FacultyContainer') |
---|
Note: See
TracBrowser for help on using the repository browser.