source:
main/waeup.sirp/trunk/src/waeup/sirp/university/__init__.py
@
6566
Last change on this file since 6566 was 6565, checked in by , 14 years ago | |
---|---|
|
|
File size: 196 bytes |
Line | |
---|---|
1 | # Make this a package. |
2 | from waeup.sirp.university.faculty import Faculty |
3 | from waeup.sirp.university.coursecontainer import CourseContainer |
4 | |
5 | __all__ = ( |
6 | 'CourseContainer', |
7 | 'Faculty', |
8 | ) |
Note: See TracBrowser for help on using the repository browser.