Ignore:
Timestamp:
8 Mar 2012, 22:28:46 (13 years ago)
Author:
Henrik Bettermann
Message:

KOFA -> Kofa

File:
1 edited

Legend:

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

    r7811 r7819  
    2323from hurry.query.interfaces import IQuery
    2424from zope.component import getUtility
    25 from waeup.kofa.interfaces import IKOFAPluggable
     25from waeup.kofa.interfaces import IKofaPluggable
    2626from waeup.kofa.applicants.interfaces import IApplicantsRoot
    2727from waeup.kofa.utils.logger import Logger
     
    4646
    4747class ApplicantsPlugin(grok.GlobalUtility):
    48     """A KOFAPlugin that creates an applicants root in portal.
     48    """A KofaPlugin that creates an applicants root in portal.
    4949
    5050    This plugin should be called by a typical
     
    5353    the main site configuration.
    5454
    55     Implements :class:`waeup.kofa.interfaces.IKOFAPluggable`
     55    Implements :class:`waeup.kofa.interfaces.IKofaPluggable`
    5656    """
    5757    grok.name('applicants')
    58     grok.implements(IKOFAPluggable)
     58    grok.implements(IKofaPluggable)
    5959    log_prefix = 'ApplicantsPlugin'
    6060
Note: See TracChangeset for help on using the changeset viewer.