Ignore:
Timestamp:
21 Sep 2012, 16:09:16 (12 years ago)
Author:
Henrik Bettermann
Message:

Minor changes.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
2 edited

Legend:

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

    r9204 r9219  
    383383
    384384    def getAccommodationDetails(self, student):
    385         """Determine the accommodation dates of a student.
     385        """Determine the accommodation data of a student.
    386386        """
    387387        d = {}
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py

    r9217 r9219  
    366366                    self.writeFailedRow(
    367367                        failed_writer, string_row,
    368                         "Cannot remove: no such entry.")
     368                        "Cannot remove: no such entry")
    369369                    continue
    370370                self.delEntry(row, site)
     
    375375                    self.writeFailedRow(
    376376                        failed_writer, string_row,
    377                         "Cannot update: no such entry.")
     377                        "Cannot update: no such entry")
    378378                    continue
    379379                update_errors = self.checkUpdateRequirements(obj, row, site)
Note: See TracChangeset for help on using the changeset viewer.