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