Ignore:
Timestamp:
12 Aug 2010, 16:57:26 (14 years ago)
Author:
Henrik Bettermann
Message:

Merge with trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-contactforms/src/waeup/sirp/jambtables/applicants.py

    r5328 r5428  
    122122    grok.implements(IApplicantContainer)
    123123
    124 class AccessCodePlugin(grok.GlobalUtility):
     124class ApplicantsPlugin(grok.GlobalUtility):
     125    """A WAeUPSIRPPlugin that creates an applications folder in portal.
     126    """
    125127    grok.name('applications')
    126128    grok.implements(IWAeUPSIRPPluggable)
     
    141143                    site, ))
    142144        return
    143 
Note: See TracChangeset for help on using the changeset viewer.