Changeset 6636 for main/waeup.sirp/trunk


Ignore:
Timestamp:
26 Aug 2011, 21:04:06 (13 years ago)
Author:
Henrik Bettermann
Message:

Extend the public interface of the students package.

File:
1 edited

Legend:

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

    r6632 r6636  
    66    )
    77from waeup.sirp.students.container import StudentsContainer
     8from waeup.sirp.students.studycourse import StudentStudyCourse
     9from waeup.sirp.students.payments import StudentPayments
     10from waeup.sirp.students.accommodation import StudentAccommodation
    811
    912
     
    1215    'StudentFactory',
    1316    'StudentsContainer',
     17    'StudentStudyCourse',
     18    'StudentPayments',
     19    'StudentAccommodation'
    1420    ]
Note: See TracChangeset for help on using the changeset viewer.