Changeset 7682


Ignore:
Timestamp:
22 Feb 2012, 21:32:11 (13 years ago)
Author:
Henrik Bettermann
Message:

Set up utils for application section (not yet used).

Location:
main/waeup.sirp/trunk/src/waeup/sirp/applicants
Files:
1 added
1 edited

Legend:

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

    r7681 r7682  
    116116            factory.container_title, factory.container_description)
    117117
     118class IApplicantsUtils(Interface):
     119    """A collection of methods which are subject to customization.
     120    """
     121
    118122class IApplicantsRoot(ISIRPObject, IContainer):
    119123    """A container for university applicants containers.
Note: See TracChangeset for help on using the changeset viewer.