Ignore:
Timestamp:
28 Nov 2014, 09:53:21 (10 years ago)
Author:
Henrik Bettermann
Message:

Rename some exporter classes: singular not plural.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/export.py

    r11546 r12081  
    2020import grok
    2121from waeup.kofa.applicants.interfaces import IApplicantBaseData
    22 from kofacustom.nigeria.applicants.export import NigeriaApplicantsExporter
     22from kofacustom.nigeria.applicants.export import NigeriaApplicantExporter
    2323from kofacustom.nigeria.applicants.interfaces import (
    2424    INigeriaUGApplicant, INigeriaPGApplicant)
    2525from waeup.aaue.applicants.interfaces import ICustomUGApplicant
    2626
    27 class CustomApplicantsExporter(NigeriaApplicantsExporter):
     27class CustomApplicantExporter(NigeriaApplicantExporter):
    2828    """Exporter for Nigeria Applicants.
    2929    """
Note: See TracChangeset for help on using the changeset viewer.