Changeset 6567 for main/waeup.sirp/trunk/src/waeup/sirp/university
- Timestamp:
- 27 Jul 2011, 14:19:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/__init__.py
r6565 r6567 1 1 # Make this a package. 2 2 from waeup.sirp.university.faculty import Faculty 3 from waeup.sirp.university.course import Course 3 4 from waeup.sirp.university.coursecontainer import CourseContainer 4 5 5 6 __all__ = ( 7 'Course', 6 8 'CourseContainer', 7 9 'Faculty',
Note: See TracChangeset for help on using the changeset viewer.