Last change
on this file since 11107 was
7681,
checked in by Henrik Bettermann, 13 years ago
|
Uses sources instead of vocabularies and feed sources with dictionaries defined in SIRPUtils. This way we can easily customize the sources.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
594 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.certificate import Certificate |
---|
5 | from waeup.sirp.university.certificatescontainer import CertificatesContainer |
---|
6 | from waeup.sirp.university.faculty import Faculty |
---|
7 | from waeup.sirp.university.department import Department |
---|
8 | from waeup.sirp.university.facultiescontainer import FacultiesContainer |
---|
9 | __all__ = ( |
---|
10 | 'Course', 'CoursesContainer', |
---|
11 | 'Certificate', 'CertificatesContainer', |
---|
12 | 'Faculty', 'FacultiesContainer', 'Department') |
---|
Note: See
TracBrowser for help on using the repository browser.