Changeset 13441 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 12 Nov 2015, 05:22:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13340 r13441 382 382 return None 383 383 384 def selectBed(self, available_beds): 385 """Select a bed from a list of available beds. 386 In the base configuration we select the first bed found, 387 but can also randomize the selection if we like. 388 """ 389 return available_beds[0] 390 384 391 # Uniben prefix 385 392 STUDENT_ID_PREFIX = u'B'
Note: See TracChangeset for help on using the changeset viewer.