Ignore:
Timestamp:
21 Mar 2012, 13:50:16 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename importers to processors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/applicants/batching.py

    r7853 r7934  
    2020
    2121import grok
    22 from waeup.kofa.applicants.batching import ApplicantImporter
     22from waeup.kofa.applicants.batching import ApplicantProcessor
    2323from waeup.custom.applicants.interfaces import IPGApplicant
    2424
    25 class PGApplicantImporter(ApplicantImporter):
     25class PGApplicantProcessor(ApplicantProcessor):
    2626    """A batch processor for IPGApplicant objects.
    2727    """
    28     util_name = 'pgapplicantimporter'
     28    util_name = 'pgapplicantprocessor'
    2929    grok.name(util_name)
    30     name = u'PG Applicant Importer'
     30    name = u'PG Applicant Processor'
    3131    iface = IPGApplicant
    3232    factory_name = 'waeup.PGApplicant'
Note: See TracChangeset for help on using the changeset viewer.