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

Rename some exporter classes: singular not plural.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/export.py

    r11940 r12086  
    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)
     
    2626    ICustomUGApplicant, ICustomPGApplicant)
    2727
    28 class CustomApplicantsExporter(NigeriaApplicantsExporter):
     28class CustomApplicantExporter(NigeriaApplicantExporter):
    2929    """Exporter for Custom Applicants.
    3030    """
Note: See TracChangeset for help on using the changeset viewer.