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

Last change on this file since 6571 was 6570, checked in by uli, 14 years ago

Keep test-coverage happy. For some wierd reason from the tuple items
of all only the last one is considered as read by
coverage-detect. Putting all elements in one line, solves that.

  • Property svn:eol-style set to native
File size: 244 bytes
Line 
1# Make this a package.
2from waeup.sirp.university.faculty import Faculty
3from waeup.sirp.university.course import Course
4from waeup.sirp.university.coursecontainer import CourseContainer
5
6__all__ = (
7    'Course', 'CourseContainer', 'Faculty')
Note: See TracBrowser for help on using the repository browser.