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. |
---|
2 | from waeup.sirp.university.faculty import Faculty |
---|
3 | from waeup.sirp.university.course import Course |
---|
4 | from waeup.sirp.university.coursecontainer import CourseContainer |
---|
5 | |
---|
6 | __all__ = ( |
---|
7 | 'Course', 'CourseContainer', 'Faculty') |
---|
Note: See
TracBrowser for help on using the repository browser.