Ignore:
Timestamp:
27 Jan 2012, 18:24:31 (13 years ago)
Author:
Henrik Bettermann
Message:

Add more fields to student interfaces. Use these interfaces also for import.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/students/student.py

    r7505 r7525  
    4242# set.
    4343Student = attrs_to_fields(Student)
    44 
    45 class StudentFactory(StudentFactory):
    46     """A factory for students.
    47     """
    48 
    49     def __call__(self, *args, **kw):
    50         return Student()
    51 
    52     def getInterfaces(self):
    53         return implementedBy(Student)
Note: See TracChangeset for help on using the changeset viewer.