Ignore:
Timestamp:
12 Aug 2010, 12:57:27 (14 years ago)
Author:
uli
Message:
  • Fix plugin name.
  • Provide at least some docs for plugin.
File:
1 edited

Legend:

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

    r5328 r5420  
    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.