Ignore:
Timestamp:
26 Oct 2012, 17:17:10 (12 years ago)
Author:
Henrik Bettermann
Message:

Fix docstrings.

In my old ZODB which I used for testing there were orphaned catalog entries. I don't know why. The tests show clearly that the catalog is updated whenever a hostel is removed or cleared. However, to be 100% that nothing goes wrong I added some extra safety belts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/accommodation.py

    r9423 r9424  
    5858
    5959class BedTicket(grok.Model):
    60     """This is a bed ticket which shows that the student has booked a bed
    61     and paid the maintenance fee.
     60    """This is a bed ticket which shows that the student has booked a bed.
    6261    """
    6362    grok.implements(IBedTicket, IStudentNavigation)
Note: See TracChangeset for help on using the changeset viewer.