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