Changeset 16615


Ignore:
Timestamp:
13 Sep 2021, 12:24:36 (3 years ago)
Author:
Henrik Bettermann
Message:

Rename site.

Location:
main/kofacustom.edocons/trunk
Files:
48 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/README.txt

    r16589 r16615  
    1 waeup.ecns
     1waeup.edocons
    22**********
    33
    4 `waeup.ecns` is a Python package providing a student information
     4`waeup.edocons` is a Python package providing a student information
    55portal based on WAeUP Kofa.
    66
     
    2222The Subversion_ repository location of this package is
    2323
    24   https://svn.waeup.org/repos/main/waeup.ecns/
     24  https://svn.waeup.org/repos/main/waeup.edocons/
    2525
    2626.. _Subversion: http://subversion.apache.org/
  • main/kofacustom.edocons/trunk/buildout-zeo.cfg

    r16589 r16615  
    118118# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    119119recipe = zc.recipe.egg
    120 eggs = kofacustom.ecns [beaker, diazo]
     120eggs = kofacustom.edocons [beaker, diazo]
    121121arguments = "${buildout:parts-directory}/etc/zeo1.conf"
    122122scripts = kofactl=zeo_client1
     
    125125# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    126126recipe = zc.recipe.egg
    127 eggs = kofacustom.ecns [beaker, diazo]
     127eggs = kofacustom.edocons [beaker, diazo]
    128128arguments = "${buildout:parts-directory}/etc/zeo2.conf"
    129129scripts = kofactl=zeo_client2
  • main/kofacustom.edocons/trunk/buildout.cfg

    r16589 r16615  
    6464# number of preopened paster threads, default 10
    6565threadpool_workers = 10
    66 devel_pkg = kofacustom.ecns
     66devel_pkg = kofacustom.edocons
    6767
    6868[app]
    6969# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    7070recipe = zc.recipe.egg
    71 eggs = kofacustom.ecns [beaker, diazo]
     71eggs = kofacustom.edocons [beaker, diazo]
    7272       z3c.evalexception>=2.0
    7373       Paste
     
    8383# fixed path to zdaemon.conf as argument.
    8484recipe = zc.recipe.egg
    85 eggs = kofacustom.ecns [beaker, diazo]
     85eggs = kofacustom.edocons [beaker, diazo]
    8686arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    8787scripts = kofactl=kofactl
     
    9898[test]
    9999recipe = zc.recipe.testrunner
    100 eggs = kofacustom.ecns [beaker, test]
     100eggs = kofacustom.edocons [beaker, test]
    101101defaults = ['--tests-pattern', '^f?tests$', '-v']
    102102
     
    104104[i18n]
    105105recipe = z3c.recipe.i18n:i18n
    106 packages = kofacustom.ecns
    107 eggs = kofacustom.ecns
    108 domain = kofacustom.ecns
    109 output = src/kofacustom/ecns/locales
     106packages = kofacustom.edocons
     107eggs = kofacustom.edocons
     108domain = kofacustom.edocons
     109output = src/kofacustom/edocons/locales
    110110zcml =
    111111
     
    114114[zpasswd]
    115115recipe = z3c.recipe.dev:script
    116 eggs = kofacustom.ecns
     116eggs = kofacustom.edocons
    117117module = zope.app.server.zpasswd
    118118method = main
     
    182182[coverage-detect]
    183183recipe = zc.recipe.testrunner
    184 eggs = kofacustom.ecns[beaker]
     184eggs = kofacustom.edocons[beaker]
    185185defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    186186
     
    203203    diazo [wsgi]
    204204    PasteScript
    205     kofacustom.ecns [beaker, diazo]
     205    kofacustom.edocons [beaker, diazo]
  • main/kofacustom.edocons/trunk/etc/profile.ini.in

    r16589 r16615  
    5757
    5858[app:app]
    59 use = egg:kofacustom.ecns
     59use = egg:kofacustom.edocons
    6060
    6161[pipeline:main]
  • main/kofacustom.edocons/trunk/etc/site.zcml.in

    r16589 r16615  
    11<configure xmlns="http://namespaces.zope.org/zope"
    22           xmlns:kofa="http://namespaces.waeup.org/kofa"
    3            i18n_domain="kofacustom.ecns">
     3           i18n_domain="kofacustom.edocons">
    44
    5   <include package="kofacustom.ecns" />
    6   <include package="kofacustom.ecns" file="mail.zcml" />
     5  <include package="kofacustom.edocons" />
     6  <include package="kofacustom.edocons" file="mail.zcml" />
    77
    88  <!-- install job container
     
    2929      path="${buildout:directory}/var/datacenter" />
    3030
    31     <configure i18n_domain="kofacustom.ecns">
     31    <configure i18n_domain="kofacustom.edocons">
    3232
    3333      <unauthenticatedPrincipal id="zope.anybody"
  • main/kofacustom.edocons/trunk/layout/theme.html

    r16595 r16615  
    199199        <div class="col-md-10 content kofa-content-narrow">
    200200          <div id="logo-container-narrow">
    201             <img src="static_custom/ecns_logo.png" width="130">
     201            <img src="static_custom/edocons_logo.png" width="130">
    202202          </div>
    203203          <div class="well">
  • main/kofacustom.edocons/trunk/setup.py

    r16589 r16615  
    4747    )
    4848
    49 setup(name = 'kofacustom.ecns',
     49setup(name = 'kofacustom.edocons',
    5050      version = version,
    5151      description = "A customized waeup.kofa",
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/applicant.py

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

    r16589 r16615  
    2020from kofacustom.nigeria.applicants.batching import NigeriaApplicantProcessor
    2121from waeup.kofa.applicants.batching import ApplicantOnlinePaymentProcessor
    22 from kofacustom.ecns.applicants.interfaces import (
     22from kofacustom.edocons.applicants.interfaces import (
    2323    ICustomApplicant,
    2424    ICustomApplicantUpdateByRegNo,
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/browser.py

    r16589 r16615  
    2525    NigeriaPDFApplicationSlip)
    2626
    27 from kofacustom.ecns.interfaces import MessageFactory as _
     27from kofacustom.edocons.interfaces import MessageFactory as _
    2828
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/export.py

    r16589 r16615  
    2424from kofacustom.nigeria.applicants.interfaces import (
    2525    INigeriaUGApplicant, INigeriaPGApplicant)
    26 from kofacustom.ecns.applicants.interfaces import (
     26from kofacustom.edocons.applicants.interfaces import (
    2727    ICustomUGApplicant, ICustomPGApplicant)
    2828
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/interfaces.py

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

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

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

    r16591 r16615  
    2525from zope.intid.interfaces import IIntIds
    2626from hurry.workflow.interfaces import IWorkflowState
    27 from kofacustom.ecns.testing import FunctionalLayer
     27from kofacustom.edocons.testing import FunctionalLayer
    2828from waeup.kofa.browser.tests.test_pdf import samples_dir
    2929from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    3030from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup
    31 from kofacustom.ecns.applicants.export import CustomApplicantExporter
    32 from kofacustom.ecns.applicants.batching import CustomApplicantProcessor
     31from kofacustom.edocons.applicants.export import CustomApplicantExporter
     32from kofacustom.edocons.applicants.batching import CustomApplicantProcessor
    3333
    3434class CustomApplicantUITests(ApplicantsFullSetup):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/utils.py

    r16589 r16615  
    2222from waeup.kofa.applicants.workflow import (INITIALIZED,
    2323    STARTED, PAID, ADMITTED, NOT_ADMITTED, SUBMITTED, CREATED)
    24 from kofacustom.ecns.interfaces import MessageFactory as _
     24from kofacustom.edocons.interfaces import MessageFactory as _
    2525
    2626
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/browser/pages.py

    r16589 r16615  
    2121    LoginPage, CertificatePage, CertificateManageFormPage)
    2222from waeup.kofa.university.interfaces import ICertificate
    23 from kofacustom.ecns.interfaces import (
     23from kofacustom.edocons.interfaces import (
    2424    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    2525
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/browser/tests.py

    r16589 r16615  
    2222from zope.security.interfaces import Unauthorized
    2323from waeup.kofa.testing import FunctionalTestCase
    24 from kofacustom.ecns.testing import FunctionalLayer
     24from kofacustom.edocons.testing import FunctionalLayer
    2525from waeup.kofa.app import University
    2626
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/configuration.py

    r16589 r16615  
    2424from waeup.kofa.configuration import (
    2525    SessionConfigurationFactory, SessionConfiguration)
    26 from kofacustom.ecns.interfaces import (
     26from kofacustom.edocons.interfaces import (
    2727    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    2828
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/configure.zcml

    r16589 r16615  
    11<configure xmlns="http://namespaces.zope.org/zope"
    22           xmlns:grok="http://namespaces.zope.org/grok">
    3   <include package="kofacustom.ecns" file="locales.zcml" />
     3  <include package="kofacustom.edocons" file="locales.zcml" />
    44
    55  <!-- kofacustom.nigeria configures everything we basically need.
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/ftesting.zcml

    r16589 r16615  
    22   xmlns="http://namespaces.zope.org/zope"
    33   xmlns:kofa="http://namespaces.waeup.org/kofa"
    4    i18n_domain="kofacustom.ecns"
    5    package="kofacustom.ecns"
     4   i18n_domain="kofacustom.edocons"
     5   package="kofacustom.edocons"
    66   >
    77
    8   <include package="kofacustom.ecns" />
    9   <include package="kofacustom.ecns" file="mail.zcml"/>
     8  <include package="kofacustom.edocons" />
     9  <include package="kofacustom.edocons" file="mail.zcml"/>
    1010
    1111  <!-- Where should the datacenter reside by default? -->
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/hostels/browser.py

    r16589 r16615  
    2121from waeup.kofa.hostels.browser import (
    2222    HostelAddFormPage, HostelDisplayFormPage, HostelManageFormPage)
    23 from kofacustom.ecns.hostels.interfaces import ICustomHostel
     23from kofacustom.edocons.hostels.interfaces import ICustomHostel
    2424
    2525class CustomHostelAddFormPage(HostelAddFormPage):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/hostels/hostel.py

    r16589 r16615  
    2323from waeup.kofa.utils.helpers import attrs_to_fields
    2424from waeup.kofa.hostels.hostel import HostelFactory, BedFactory, Hostel, Bed
    25 from kofacustom.ecns.hostels.interfaces import ICustomHostel, ICustomBed
     25from kofacustom.edocons.hostels.interfaces import ICustomHostel, ICustomBed
    2626
    2727class CustomHostel(Hostel):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/hostels/interfaces.py

    r16589 r16615  
    2525from waeup.kofa.hostels.interfaces import IHostel, IBed
    2626
    27 from kofacustom.ecns.interfaces import MessageFactory as _
     27from kofacustom.edocons.interfaces import MessageFactory as _
    2828
    2929blocks = SimpleKofaVocabulary(
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/interfaces.py

    r16589 r16615  
    2323    ISessionConfiguration, academic_sessions_vocab)
    2424
    25 _ = MessageFactory = zope.i18nmessageid.MessageFactory('kofacustom.ecns')
     25_ = MessageFactory = zope.i18nmessageid.MessageFactory('kofacustom.edocons')
    2626
    2727class ICustomSessionConfiguration(ISessionConfiguration):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch/browser.py

    r16593 r16615  
    2727    InterswitchPageStudent, InterswitchPageApplicant,
    2828    )
    29 from kofacustom.ecns.students.interfaces import ICustomStudentOnlinePayment
    30 from kofacustom.ecns.applicants.interfaces import ICustomApplicantOnlinePayment
    31 from kofacustom.ecns.interfaces import MessageFactory as _
     29from kofacustom.edocons.students.interfaces import ICustomStudentOnlinePayment
     30from kofacustom.edocons.applicants.interfaces import ICustomApplicantOnlinePayment
     31from kofacustom.edocons.interfaces import MessageFactory as _
    3232
    3333PRODUCT_ID = '' # must be provided by Interswitch
    34 SITE_NAME = 'ecns.waeup.org'
     34SITE_NAME = 'edocons.waeup.org'
    3535PROVIDER_ACCT = '00000000'
    3636PROVIDER_BANK_ID = '00'
    3737PROVIDER_ITEM_NAME = 'WAeAC'
    38 INSTITUTION_NAME = 'ECNS'
     38INSTITUTION_NAME = 'EDOCONS'
    3939CURRENCY = '566'
    4040GATEWAY_AMT = 150.0
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/interswitch/tests.py

    r16591 r16615  
    2424from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    2525from waeup.kofa.configuration import SessionConfiguration
    26 from kofacustom.ecns.testing import FunctionalLayer
     26from kofacustom.edocons.testing import FunctionalLayer
    2727
    2828# Also run tests that send requests to external servers?
     
    182182        self.assertTrue(
    183183            'zope.mgr - '
    184             'kofacustom.ecns.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
     184            'kofacustom.edocons.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
    185185            'X1000000 - successful schoolfee payment: p3547789850240\n'
    186186            in logcontent)
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/payments/interfaces.py

    r16589 r16615  
    1919from zope import schema
    2020from kofacustom.nigeria.payments.interfaces import INigeriaOnlinePayment
    21 from kofacustom.ecns.interfaces import MessageFactory as _
     21from kofacustom.edocons.interfaces import MessageFactory as _
    2222
    2323class ICustomOnlinePayment(INigeriaOnlinePayment):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/remita/webservices.py

    r16589 r16615  
    1818
    1919from kofacustom.nigeria.remita.webservices import PaymentNotificationListenerWebservice
    20 from kofacustom.ecns.remita.browser import MERCHANTID, HOST, HTTPS, API_KEY
     20from kofacustom.edocons.remita.browser import MERCHANTID, HOST, HTTPS, API_KEY
    2121
    2222class CustomPaymentNotificationListenerWebservice(
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/batching.py

    r16589 r16615  
    2020from kofacustom.nigeria.students.batching import NigeriaStudentProcessor
    2121from waeup.kofa.students.batching import StudentOnlinePaymentProcessor
    22 from kofacustom.ecns.students.interfaces import (
     22from kofacustom.edocons.students.interfaces import (
    2323    ICustomStudent,
    2424    ICustomStudentUpdateByRegNo,
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/browser.py

    r16589 r16615  
    4141    )
    4242
    43 from kofacustom.ecns.students.interfaces import (
     43from kofacustom.edocons.students.interfaces import (
    4444    ICustomStudentOnlinePayment, ICustomStudentStudyCourse,
    4545    ICustomStudentStudyLevel)
    46 from kofacustom.ecns.interfaces import MessageFactory as _
     46from kofacustom.edocons.interfaces import MessageFactory as _
    4747
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/export.py

    r16589 r16615  
    1818"""Exporters for student related stuff.
    1919"""
    20 from kofacustom.ecns.students.interfaces import (
     20from kofacustom.edocons.students.interfaces import (
    2121    ICustomStudent,
    2222    ICustomStudentStudyCourse,
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/interfaces.py

    r16589 r16615  
    2525    INigeriaStudentUpdateByRegNo, INigeriaStudentUpdateByMatricNo,
    2626    )
    27 from kofacustom.ecns.payments.interfaces import ICustomOnlinePayment
    28 from kofacustom.ecns.interfaces import MessageFactory as _
     27from kofacustom.edocons.payments.interfaces import ICustomOnlinePayment
     28from kofacustom.edocons.interfaces import MessageFactory as _
    2929
    3030class ICustomStudentBase(INigeriaStudentBase):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/payments.py

    r16589 r16615  
    2626from kofacustom.nigeria.students.payments import (
    2727    NigeriaStudentOnlinePayment, NigeriaStudentOnlinePaymentFactory)
    28 from kofacustom.ecns.students.interfaces import ICustomStudentOnlinePayment
     28from kofacustom.edocons.students.interfaces import ICustomStudentOnlinePayment
    2929
    3030class CustomStudentOnlinePayment(NigeriaStudentOnlinePayment):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/student.py

    r16589 r16615  
    2626from waeup.kofa.utils.helpers import get_current_principal
    2727from kofacustom.nigeria.students.student import NigeriaStudent
    28 from kofacustom.ecns.students.interfaces import ICustomStudent
     28from kofacustom.edocons.students.interfaces import ICustomStudent
    2929
    3030
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/studycourse.py

    r16589 r16615  
    2727from waeup.kofa.students.workflow import CLEARED, RETURNING, PAID
    2828from kofacustom.nigeria.students.studycourse import NigeriaStudentStudyCourse
    29 from kofacustom.ecns.students.interfaces import ICustomStudentStudyCourse
     29from kofacustom.edocons.students.interfaces import ICustomStudentStudyCourse
    3030
    3131class CustomStudentStudyCourse(NigeriaStudentStudyCourse):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/studylevel.py

    r16589 r16615  
    2828    CourseTicketFactory, StudentStudyLevelFactory)
    2929from waeup.kofa.students.interfaces import IStudentNavigation
    30 from kofacustom.ecns.students.interfaces import (
     30from kofacustom.edocons.students.interfaces import (
    3131    ICustomStudentStudyLevel, ICustomCourseTicket)
    3232
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/tests/test_browser.py

    r16589 r16615  
    3434    IExtFileStore, IFileStoreNameChooser)
    3535from waeup.kofa.students.interfaces import IStudentsUtils
    36 from kofacustom.ecns.testing import FunctionalLayer
     36from kofacustom.edocons.testing import FunctionalLayer
    3737
    3838
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/tests/test_export.py

    r16591 r16615  
    66from waeup.kofa.students.tests.test_batching import (
    77    StudentImportExportSetup, curr_year)
    8 from kofacustom.ecns.utils.utils import CustomKofaUtils
    9 from kofacustom.ecns.students.export import (
     8from kofacustom.edocons.utils.utils import CustomKofaUtils
     9from kofacustom.edocons.students.export import (
    1010    CustomStudentExporter, CustomStudentPaymentExporter)
    11 from kofacustom.ecns.testing import FunctionalLayer
     11from kofacustom.edocons.testing import FunctionalLayer
    1212
    1313
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/tests/test_student.py

    r16589 r16615  
    2222from zope.interface import verify
    2323from waeup.kofa.testing import FunctionalTestCase
    24 from kofacustom.ecns.students.student import CustomStudent, CustomStudentFactory
    25 from kofacustom.ecns.students.studycourse import (
     24from kofacustom.edocons.students.student import CustomStudent, CustomStudentFactory
     25from kofacustom.edocons.students.studycourse import (
    2626    CustomStudentStudyCourse, CustomStudentStudyCourseFactory)
    27 from kofacustom.ecns.students.studylevel import (
     27from kofacustom.edocons.students.studylevel import (
    2828    CustomStudentStudyLevel, CustomCourseTicket,
    2929    CustomStudentStudyLevelFactory,
    3030    CustomCourseTicketFactory)
    31 from kofacustom.ecns.students.interfaces import (
     31from kofacustom.edocons.students.interfaces import (
    3232    ICustomStudent, ICustomStudentStudyCourse,
    3333    ICustomStudentStudyLevel, ICustomCourseTicket)
    34 from kofacustom.ecns.testing import FunctionalLayer
     34from kofacustom.edocons.testing import FunctionalLayer
    3535
    3636
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/utils.py

    r16589 r16615  
    2121    CLEARED, RETURNING, PAID, REGISTERED, VALIDATED)
    2222from kofacustom.nigeria.students.utils import NigeriaStudentsUtils
    23 from kofacustom.ecns.interfaces import MessageFactory as _
     23from kofacustom.edocons.interfaces import MessageFactory as _
    2424
    2525class CustomStudentsUtils(NigeriaStudentsUtils):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/viewlets.py

    r16589 r16615  
    2020from waeup.kofa.interfaces import REQUESTED
    2121from waeup.kofa.browser.viewlets import ManageActionButton
    22 from kofacustom.ecns.students.interfaces import (
     22from kofacustom.edocons.students.interfaces import (
    2323    ICustomStudentStudyCourse, ICustomStudentStudyLevel)
    2424from waeup.kofa.students.fileviewlets import (
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/testing.py

    r16589 r16615  
    1919"""
    2020import os.path
    21 import kofacustom.ecns
     21import kofacustom.edocons
    2222from zope.app.testing.functional import ZCMLLayer
    2323
    2424ftesting_zcml = os.path.join(
    25     os.path.dirname(kofacustom.ecns.__file__), 'ftesting.zcml')
     25    os.path.dirname(kofacustom.edocons.__file__), 'ftesting.zcml')
    2626FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer',
    2727                            allow_teardown=True)
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/tests/test_configuration.py

    r16589 r16615  
    2525from waeup.kofa.tests.test_configuration import (
    2626    ConfigurationTest, SessionConfigurationFactoryTest)
    27 from kofacustom.ecns.configuration import (
     27from kofacustom.edocons.configuration import (
    2828    CustomSessionConfiguration, CustomSessionConfigurationFactory)
    29 from kofacustom.ecns.interfaces import(
     29from kofacustom.edocons.interfaces import(
    3030    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    31 from kofacustom.ecns.testing import FunctionalLayer
     31from kofacustom.edocons.testing import FunctionalLayer
    3232
    3333class ConfigurationTest(ConfigurationTest):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/tests/test_datacenter.py

    r16589 r16615  
    1818from waeup.kofa.datacenter import DataCenter
    1919from waeup.kofa.testing import FunctionalTestCase
    20 from kofacustom.ecns.testing import FunctionalLayer
     20from kofacustom.edocons.testing import FunctionalLayer
    2121
    2222
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/tests/test_smtp.py

    r16589 r16615  
    3333    send_mail)
    3434from waeup.kofa.testing import FunctionalTestCase
    35 from kofacustom.ecns.testing import FunctionalLayer
     35from kofacustom.edocons.testing import FunctionalLayer
    3636
    3737#
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/tests.py

    r16589 r16615  
    1717##
    1818from waeup.kofa.testing import FunctionalTestCase
    19 from kofacustom.ecns.testing import FunctionalLayer
     19from kofacustom.edocons.testing import FunctionalLayer
    2020
    2121
  • main/kofacustom.edocons/trunk/versions.cfg

    r16589 r16615  
    1 # Versions of packages used by kofacustom.ecns
     1# Versions of packages used by kofacustom.edocons
    22[buildout]
    33extends = sources/waeup.kofa/versions.cfg
Note: See TracChangeset for help on using the changeset viewer.