Ignore:
Timestamp:
29 Jun 2012, 08:19:47 (12 years ago)
Author:
Henrik Bettermann
Message:

Add mandates module.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
6 added
1 edited

Legend:

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

    r7819 r8846  
    2525from waeup.kofa.students.container import StudentsContainer
    2626from waeup.kofa.hostels.container import HostelsContainer
     27from waeup.kofa.mandates.container import MandatesContainer
    2728from waeup.kofa.interfaces import (
    2829    IUniversity, IKofaPluggable, IObjectUpgradeEvent, )
     
    5960        self['configuration'] = ConfigurationContainer()
    6061        self['hostels'] = HostelsContainer()
     62        self['mandates'] = MandatesContainer()
    6163        self._createPlugins()
    6264
Note: See TracChangeset for help on using the changeset viewer.