Ignore:
Timestamp:
9 Nov 2014, 08:44:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Repace skeleton by wdu.

Set ports.

Set version number.

Set manager password.

Location:
main/kofacustom.wdu/trunk/src/kofacustom/wdu
Files:
9 edited
1 moved

Legend:

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

    r10765 r11940  
    2222from waeup.kofa.utils.helpers import attrs_to_fields
    2323from kofacustom.nigeria.applicants.applicant import NigeriaApplicant
    24 from kofacustom.skeleton.applicants.interfaces import(
     24from kofacustom.wdu.applicants.interfaces import(
    2525    ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit, IPUTMEApplicantEdit)
    2626
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/batching.py

    r11543 r11940  
    2020from waeup.kofa.utils.batching import BatchProcessor
    2121from waeup.kofa.applicants.batching import ApplicantProcessor
    22 from kofacustom.skeleton.applicants.interfaces import (
     22from kofacustom.wdu.applicants.interfaces import (
    2323    ICustomApplicant, ICustomApplicantUpdateByRegNo)
    2424
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/browser.py

    r10765 r11940  
    2525    NigeriaPDFApplicationSlip)
    2626
    27 from kofacustom.skeleton.interfaces import MessageFactory as _
     27from kofacustom.wdu.interfaces import MessageFactory as _
    2828
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/export.py

    r11543 r11940  
    2323from kofacustom.nigeria.applicants.interfaces import (
    2424    INigeriaUGApplicant, INigeriaPGApplicant)
    25 from kofacustom.skeleton.applicants.interfaces import (
     25from kofacustom.wdu.applicants.interfaces import (
    2626    ICustomUGApplicant, ICustomPGApplicant)
    2727
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/interfaces.py

    r10765 r11940  
    3737    IPUTMEApplicantEdit,
    3838    )
    39 from kofacustom.skeleton.interfaces import MessageFactory as _
    40 from kofacustom.skeleton.payments.interfaces import ICustomOnlinePayment
     39from kofacustom.wdu.interfaces import MessageFactory as _
     40from kofacustom.wdu.payments.interfaces import ICustomOnlinePayment
    4141
    4242class ICustomUGApplicant(INigeriaUGApplicant):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/payment.py

    r10765 r11940  
    2424from waeup.kofa.applicants.payment import ApplicantOnlinePayment
    2525from waeup.kofa.utils.helpers import attrs_to_fields
    26 from kofacustom.skeleton.applicants.interfaces import ICustomApplicantOnlinePayment
     26from kofacustom.wdu.applicants.interfaces import ICustomApplicantOnlinePayment
    2727
    2828class CustomApplicantOnlinePayment(ApplicantOnlinePayment):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/tests/test_applicant.py

    r10765 r11940  
    3030from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser
    3131from waeup.kofa.testing import FunctionalTestCase
    32 from kofacustom.skeleton.applicants.applicant import (
     32from kofacustom.wdu.applicants.applicant import (
    3333    CustomApplicant, CustomApplicantFactory,
    3434    )
    35 from kofacustom.skeleton.applicants.interfaces import ICustomApplicant
    36 from kofacustom.skeleton.testing import FunctionalLayer
     35from kofacustom.wdu.applicants.interfaces import ICustomApplicant
     36from kofacustom.wdu.testing import FunctionalLayer
    3737
    3838class CustomApplicantTest(FunctionalTestCase):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/tests/test_browser.py

    r11813 r11940  
    2424from zope.catalog.interfaces import ICatalog
    2525from zope.intid.interfaces import IIntIds
    26 from kofacustom.skeleton.testing import FunctionalLayer
     26from kofacustom.wdu.testing import FunctionalLayer
    2727from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    2828from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup
    29 from kofacustom.skeleton.applicants.export import CustomApplicantsExporter
    30 from kofacustom.skeleton.applicants.batching import CustomApplicantProcessor
     29from kofacustom.wdu.applicants.export import CustomApplicantsExporter
     30from kofacustom.wdu.applicants.batching import CustomApplicantProcessor
    3131
    3232class CustomApplicantUITests(ApplicantsFullSetup):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/applicants/utils.py

    r10765 r11940  
    2222from waeup.kofa.applicants.workflow import (INITIALIZED,
    2323    STARTED, PAID, ADMITTED, NOT_ADMITTED, SUBMITTED, CREATED)
    24 from kofacustom.skeleton.interfaces import MessageFactory as _
     24from kofacustom.wdu.interfaces import MessageFactory as _
    2525
    2626
Note: See TracChangeset for help on using the changeset viewer.