Ignore:
Timestamp:
3 Sep 2011, 02:29:02 (13 years ago)
Author:
uli
Message:

Shorten width.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/container.py

    r6652 r6663  
    4545        """
    4646        if not IStudent.providedBy(student):
    47             raise TypeError('StudentsContainers contain only IStudent instances')
     47            raise TypeError(
     48                'StudentsContainers contain only IStudent instances')
    4849        self[student.student_id] = student
    4950        studycourse = StudentStudyCourse()
Note: See TracChangeset for help on using the changeset viewer.