Ignore:
Timestamp:
18 Sep 2012, 21:07:02 (12 years ago)
Author:
Henrik Bettermann
Message:

Add hostels and beds exporter (tests will follow).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py

    r9197 r9199  
    199199    """
    200200
     201    coordinates = Attribute('The coordinates of the bed from bed_id')
     202
    201203    def loggerInfo(ob_class, comment):
    202204        """Adds an INFO message to the log file
    203205        """
    204206
    205     def getBedCoordinates():
    206         """Determine the coordinates from bed_id.
    207         """
    208207    def bookBed(student_id):
    209208        """Book a bed for a student.
Note: See TracChangeset for help on using the changeset viewer.