Ignore:
Timestamp:
16 Nov 2015, 09:08:11 (9 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py

    r13275 r13459  
    4343    """
    4444
    45     def selectBed(self, available_beds):
    46         """Randomly select a bed from a list of available beds.
    47 
     45    def selectBed(self, available_beds, desired_hostel):
     46        """Randomly select a bed from the list of available beds.
    4847        """
    4948        return random.choice(available_beds)
Note: See TracChangeset for help on using the changeset viewer.