Changeset 5884


Ignore:
Timestamp:
28 Mar 2011, 14:07:20 (13 years ago)
Author:
uli
Message:

Remove JAMB-related container type (it is now in jambtables).

File:
1 edited

Legend:

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

    r5879 r5884  
    7575        raise NotImplemented()
    7676
    77 class JAMBBasedApplicantsContainer(ApplicantsContainer):
    78     """An applicants container contains university applicants.
    79 
    80     For applicants added to this container JAMB data must be available
    81     already.
    82     """
    83     REQUIRES_JAMBDATA = True
    84 
    8577class ApplicantsContainerProvider(grok.GlobalUtility):
    8678    """A utility that provides basic applicants containers.
Note: See TracChangeset for help on using the changeset viewer.