Changeset 15563


Ignore:
Timestamp:
21 Aug 2019, 10:46:09 (5 years ago)
Author:
Henrik Bettermann
Message:

Change name, set ports and replace colors.

Location:
main/kofacustom.iuokada/trunk
Files:
45 edited

Legend:

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

    r14451 r15563  
    1 waeup.skeleton
     1waeup.iuokada
    22**************
    33
    4 `waeup.skeleton` is a Python package providing a student information
     4`waeup.iuokada` 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.skeleton/
     24  https://svn.waeup.org/repos/main/waeup.iuokada/
    2525
    2626.. _Subversion: http://subversion.apache.org/
  • main/kofacustom.iuokada/trunk/buildout-zeo.cfg

    r11394 r15563  
    118118# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    119119recipe = zc.recipe.egg
    120 eggs = kofacustom.skeleton [beaker, diazo]
     120eggs = kofacustom.iuokada [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.skeleton [beaker, diazo]
     127eggs = kofacustom.iuokada [beaker, diazo]
    128128arguments = "${buildout:parts-directory}/etc/zeo2.conf"
    129129scripts = kofactl=zeo_client2
  • main/kofacustom.iuokada/trunk/buildout.cfg

    r11518 r15563  
    5252host = 0.0.0.0
    5353# default is 8080
    54 base_port = 8080
    55 
    56 zeo1_port = 8011
    57 zeo2_port = 8012
    58 # zeo3_port = 8013
    59 server_port = 8010
     54base_port = 7191
     55zeo1_port = 7191
     56zeo2_port = 7192
     57# zeo3_port = 7193
     58server_port = 7190
    6059# default 7. Number of pre-opened ZODB threads/client
    6160pool_size = 7
     
    6665# number of preopened paster threads, default 10
    6766threadpool_workers = 10
    68 devel_pkg = kofacustom.skeleton
     67devel_pkg = kofacustom.iuokada
    6968
    7069[app]
    7170# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    7271recipe = zc.recipe.egg
    73 eggs = kofacustom.skeleton [beaker, diazo]
     72eggs = kofacustom.iuokada [beaker, diazo]
    7473       z3c.evalexception>=2.0
    7574       Paste
     
    8584# fixed path to zdaemon.conf as argument.
    8685recipe = zc.recipe.egg
    87 eggs = kofacustom.skeleton [beaker, diazo]
     86eggs = kofacustom.iuokada [beaker, diazo]
    8887arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    8988scripts = kofactl=kofactl
     
    10099[test]
    101100recipe = zc.recipe.testrunner
    102 eggs = kofacustom.skeleton [beaker, test]
     101eggs = kofacustom.iuokada [beaker, test]
    103102defaults = ['--tests-pattern', '^f?tests$', '-v']
    104103
     
    106105[i18n]
    107106recipe = z3c.recipe.i18n:i18n
    108 packages = kofacustom.skeleton
    109 eggs = kofacustom.skeleton
    110 domain = kofacustom.skeleton
    111 output = src/kofacustom/skeleton/locales
     107packages = kofacustom.iuokada
     108eggs = kofacustom.iuokada
     109domain = kofacustom.iuokada
     110output = src/kofacustom/iuokada/locales
    112111zcml =
    113112
     
    116115[zpasswd]
    117116recipe = z3c.recipe.dev:script
    118 eggs = kofacustom.skeleton
     117eggs = kofacustom.iuokada
    119118module = zope.app.server.zpasswd
    120119method = main
     
    184183[coverage-detect]
    185184recipe = zc.recipe.testrunner
    186 eggs = kofacustom.skeleton[beaker]
     185eggs = kofacustom.iuokada[beaker]
    187186defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    188187
     
    205204    diazo [wsgi]
    206205    PasteScript
    207     kofacustom.skeleton [beaker, diazo]
     206    kofacustom.iuokada [beaker, diazo]
  • main/kofacustom.iuokada/trunk/etc/profile.ini.in

    r10765 r15563  
    5757
    5858[app:app]
    59 use = egg:kofacustom.skeleton
     59use = egg:kofacustom.iuokada
    6060
    6161[pipeline:main]
  • main/kofacustom.iuokada/trunk/etc/site.zcml.in

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

    r12303 r15563  
    11a {
    2   color: #930303;
     2  color: #10447e;
    33}
    44
    55a:hover {
    6   color: #5f0500;
     6  color: #00254e;
    77}
    88
     
    1313.navbar-inverse {
    1414  background-color: #5f0500;
    15   background-image: -webkit-linear-gradient(top, #5f0500 0%, #930303 100%);
    16   background-image: linear-gradient(to bottom, #5f0500 0%, #930303 100%);
     15  background-image: -webkit-linear-gradient(top, #00254e 0%, #10447e 100%);
     16  background-image: linear-gradient(to bottom, #00254e 0%, #10447e 100%);
    1717  background-repeat: repeat-x;
    1818}
     
    2828.navbar-inverse .navbar-nav > .active > a:focus {
    2929  color: #ffffff;
    30   background-color: #930303;
     30  background-color: #10447e;
    3131  background-image: none;
    3232  background-image: none;
     
    3737
    3838.navbar-inverse .navbar-toggle {
    39   border-color: #930303;
     39  border-color: #10447e;
    4040}
    4141
    4242.navbar-inverse .navbar-toggle:hover,
    4343.navbar-inverse .navbar-toggle:focus {
    44   background-color: #930303;
     44  background-color: #10447e;
    4545}
    4646
     
    4848.navbar-inverse .navbar-nav > .open > a:hover,
    4949.navbar-inverse .navbar-nav > .open > a:focus {
    50   background-color: #930303;
     50  background-color: #10447e;
    5151  color: #fff;
    5252}
  • main/kofacustom.iuokada/trunk/setup.py

    r11518 r15563  
    4747    )
    4848
    49 setup(name = 'kofacustom.skeleton',
     49setup(name = 'kofacustom.iuokada',
    5050      version = version,
    5151      description = "A customized waeup.kofa",
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/applicant.py

    r10765 r15563  
    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.iuokada.applicants.interfaces import(
    2525    ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit, IPUTMEApplicantEdit)
    2626
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/batching.py

    r14818 r15563  
    2020from kofacustom.nigeria.applicants.batching import NigeriaApplicantProcessor
    2121from waeup.kofa.applicants.batching import ApplicantOnlinePaymentProcessor
    22 from kofacustom.skeleton.applicants.interfaces import (
     22from kofacustom.iuokada.applicants.interfaces import (
    2323    ICustomApplicant,
    2424    ICustomApplicantUpdateByRegNo,
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py

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

    r13983 r15563  
    2424from kofacustom.nigeria.applicants.interfaces import (
    2525    INigeriaUGApplicant, INigeriaPGApplicant)
    26 from kofacustom.skeleton.applicants.interfaces import (
     26from kofacustom.iuokada.applicants.interfaces import (
    2727    ICustomUGApplicant, ICustomPGApplicant)
    2828
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/interfaces.py

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

    r10765 r15563  
    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.iuokada.applicants.interfaces import ICustomApplicantOnlinePayment
    2727
    2828class CustomApplicantOnlinePayment(ApplicantOnlinePayment):
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/tests/test_applicant.py

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

    r14276 r15563  
    2525from zope.intid.interfaces import IIntIds
    2626from hurry.workflow.interfaces import IWorkflowState
    27 from kofacustom.skeleton.testing import FunctionalLayer
     27from kofacustom.iuokada.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.skeleton.applicants.export import CustomApplicantExporter
    32 from kofacustom.skeleton.applicants.batching import CustomApplicantProcessor
     31from kofacustom.iuokada.applicants.export import CustomApplicantExporter
     32from kofacustom.iuokada.applicants.batching import CustomApplicantProcessor
    3333
    3434class CustomApplicantUITests(ApplicantsFullSetup):
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/utils.py

    r10765 r15563  
    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.iuokada.interfaces import MessageFactory as _
    2525
    2626
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/browser/pages.py

    r10765 r15563  
    2121    LoginPage, CertificatePage, CertificateManageFormPage)
    2222from waeup.kofa.university.interfaces import ICertificate
    23 from kofacustom.skeleton.interfaces import (
     23from kofacustom.iuokada.interfaces import (
    2424    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    2525
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/browser/tests.py

    r13629 r15563  
    2222from zope.security.interfaces import Unauthorized
    2323from waeup.kofa.testing import FunctionalTestCase
    24 from kofacustom.skeleton.testing import FunctionalLayer
     24from kofacustom.iuokada.testing import FunctionalLayer
    2525from waeup.kofa.app import University
    2626
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/configuration.py

    r10765 r15563  
    2424from waeup.kofa.configuration import (
    2525    SessionConfigurationFactory, SessionConfiguration)
    26 from kofacustom.skeleton.interfaces import (
     26from kofacustom.iuokada.interfaces import (
    2727    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    2828
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/configure.zcml

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

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

    r14457 r15563  
    2323    ISessionConfiguration, academic_sessions_vocab)
    2424
    25 _ = MessageFactory = zope.i18nmessageid.MessageFactory('kofacustom.skeleton')
     25_ = MessageFactory = zope.i18nmessageid.MessageFactory('kofacustom.iuokada')
    2626
    2727class ICustomSessionConfiguration(ISessionConfiguration):
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py

    r15269 r15563  
    2626    InterswitchPageStudent, InterswitchPageApplicant,
    2727    )
    28 from kofacustom.skeleton.students.interfaces import ICustomStudentOnlinePayment
    29 from kofacustom.skeleton.applicants.interfaces import ICustomApplicantOnlinePayment
    30 from kofacustom.skeleton.interfaces import MessageFactory as _
     28from kofacustom.iuokada.students.interfaces import ICustomStudentOnlinePayment
     29from kofacustom.iuokada.applicants.interfaces import ICustomApplicantOnlinePayment
     30from kofacustom.iuokada.interfaces import MessageFactory as _
    3131
    3232PRODUCT_ID = '' # must be provided by Interswitch
    33 SITE_NAME = 'skeleton-kofa.waeup.org'
     33SITE_NAME = 'iuokada-kofa.waeup.org'
    3434PROVIDER_ACCT = '00000000'
    3535PROVIDER_BANK_ID = '00'
    3636PROVIDER_ITEM_NAME = 'BT Education'
    37 INSTITUTION_NAME = 'Skeleton'
     37INSTITUTION_NAME = 'IUOkada'
    3838CURRENCY = '566'
    3939GATEWAY_AMT = 150.0
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/tests.py

    r14874 r15563  
    2424from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    2525from waeup.kofa.configuration import SessionConfiguration
    26 from kofacustom.skeleton.testing import FunctionalLayer
     26from kofacustom.iuokada.testing import FunctionalLayer
    2727
    2828# Also run tests that send requests to external servers?
     
    180180        self.assertTrue(
    181181            'zope.mgr - '
    182             'kofacustom.skeleton.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
     182            'kofacustom.iuokada.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
    183183            'X1000000 - successful schoolfee payment: p3547789850240\n'
    184184            in logcontent)
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/payments/interfaces.py

    r10765 r15563  
    1919from zope import schema
    2020from kofacustom.nigeria.payments.interfaces import INigeriaOnlinePayment
    21 from kofacustom.skeleton.interfaces import MessageFactory as _
     21from kofacustom.iuokada.interfaces import MessageFactory as _
    2222
    2323class ICustomOnlinePayment(INigeriaOnlinePayment):
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/remita/webservices.py

    r15274 r15563  
    1818
    1919from kofacustom.nigeria.remita.webservices import PaymentNotificationListenerWebservice
    20 from kofacustom.skeleton.remita.browser import MERCHANTID, HOST, HTTPS, API_KEY
     20from kofacustom.iuokada.remita.browser import MERCHANTID, HOST, HTTPS, API_KEY
    2121
    2222class CustomPaymentNotificationListenerWebservice(
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/batching.py

    r14818 r15563  
    2020from kofacustom.nigeria.students.batching import NigeriaStudentProcessor
    2121from waeup.kofa.students.batching import StudentOnlinePaymentProcessor
    22 from kofacustom.skeleton.students.interfaces import (
     22from kofacustom.iuokada.students.interfaces import (
    2323    ICustomStudent,
    2424    ICustomStudentUpdateByRegNo,
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py

    r13062 r15563  
    4141    )
    4242
    43 from kofacustom.skeleton.students.interfaces import (
     43from kofacustom.iuokada.students.interfaces import (
    4444    ICustomStudentOnlinePayment, ICustomStudentStudyCourse,
    4545    ICustomStudentStudyLevel)
    46 from kofacustom.skeleton.interfaces import MessageFactory as _
     46from kofacustom.iuokada.interfaces import MessageFactory as _
    4747
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/export.py

    r12878 r15563  
    1818"""Exporters for student related stuff.
    1919"""
    20 from kofacustom.skeleton.students.interfaces import (
     20from kofacustom.iuokada.students.interfaces import (
    2121    ICustomStudent,
    2222    ICustomStudentStudyCourse,
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/interfaces.py

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

    r13629 r15563  
    2626from kofacustom.nigeria.students.payments import (
    2727    NigeriaStudentOnlinePayment, NigeriaStudentOnlinePaymentFactory)
    28 from kofacustom.skeleton.students.interfaces import ICustomStudentOnlinePayment
     28from kofacustom.iuokada.students.interfaces import ICustomStudentOnlinePayment
    2929
    3030class CustomStudentOnlinePayment(NigeriaStudentOnlinePayment):
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/student.py

    r10765 r15563  
    2626from waeup.kofa.utils.helpers import get_current_principal
    2727from kofacustom.nigeria.students.student import NigeriaStudent
    28 from kofacustom.skeleton.students.interfaces import ICustomStudent
     28from kofacustom.iuokada.students.interfaces import ICustomStudent
    2929
    3030
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/studycourse.py

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

    r10765 r15563  
    2828    CourseTicketFactory, StudentStudyLevelFactory)
    2929from waeup.kofa.students.interfaces import IStudentNavigation
    30 from kofacustom.skeleton.students.interfaces import (
     30from kofacustom.iuokada.students.interfaces import (
    3131    ICustomStudentStudyLevel, ICustomCourseTicket)
    3232
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/tests/test_browser.py

    r13629 r15563  
    3434    IExtFileStore, IFileStoreNameChooser)
    3535from waeup.kofa.students.interfaces import IStudentsUtils
    36 from kofacustom.skeleton.testing import FunctionalLayer
     36from kofacustom.iuokada.testing import FunctionalLayer
    3737
    3838
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/tests/test_export.py

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

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

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

    r13062 r15563  
    2020from waeup.kofa.interfaces import REQUESTED
    2121from waeup.kofa.browser.viewlets import ManageActionButton
    22 from kofacustom.skeleton.students.interfaces import (
     22from kofacustom.iuokada.students.interfaces import (
    2323    ICustomStudentStudyCourse, ICustomStudentStudyLevel)
    2424from waeup.kofa.students.fileviewlets import (
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/testing.py

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

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

    r10765 r15563  
    1818from waeup.kofa.datacenter import DataCenter
    1919from waeup.kofa.testing import FunctionalTestCase
    20 from kofacustom.skeleton.testing import FunctionalLayer
     20from kofacustom.iuokada.testing import FunctionalLayer
    2121
    2222
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/tests/test_smtp.py

    r10765 r15563  
    3333    send_mail)
    3434from waeup.kofa.testing import FunctionalTestCase
    35 from kofacustom.skeleton.testing import FunctionalLayer
     35from kofacustom.iuokada.testing import FunctionalLayer
    3636
    3737#
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/tests.py

    r10765 r15563  
    1717##
    1818from waeup.kofa.testing import FunctionalTestCase
    19 from kofacustom.skeleton.testing import FunctionalLayer
     19from kofacustom.iuokada.testing import FunctionalLayer
    2020
    2121
  • main/kofacustom.iuokada/trunk/versions.cfg

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