- Timestamp:
- 28 Oct 2019, 09:19:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r15678 r15706 45 45 """ 46 46 47 def selectBed(self, available_beds , desired_hostel):47 def selectBed(self, available_beds): 48 48 """Randomly select a bed from the list of available beds. 49 49 """
Note: See TracChangeset for help on using the changeset viewer.