Changeset 3956 for waeup/branches/ulif-rewrite
- Timestamp:
- 9 Feb 2009, 22:18:55 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/README.txt
r3950 r3956 39 39 <waeup.university.facultycontainer.FacultyContainer object at 0x...> 40 40 41 >>> u ['students']41 >>> u.students 42 42 <waeup.student.studentcontainer.StudentContainer object at 0x...> 43 43 44 >>> u ['hostels']44 >>> u.hostels 45 45 <waeup.hostel.hostelcontainer.HostelContainer object at 0x...> 46 46
Note: See TracChangeset for help on using the changeset viewer.