Changeset 11940 for main/kofacustom.wdu


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
Files:
44 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/kofacustom.wdu/trunk/CHANGES.txt

    r11647 r11940  
    22*******
    33
    4 1.2dev (unreleased)
    5 ===================
    6 
    7 * Use init_update method.
    8 
    9 * Use base classes InterswitchPageApplicant and InterswitchPageStudent from
    10   kofacustom.nigeria.
    11 
    12 * File input fields brought into shape with Bootstrap 3.
    13 
    14 * Adapt exporters and batch processors to customized interfaces.
    15 
    16 * Use kofa-scrollto script.
    17 
    18 1.1 (2014-03-14)
    19 ================
    20 
    21 * Back-to links replaced by animated jQuery plugins.
    22 
    23 * jquery-ui.min.js is also used for tooltips.
    24 
    25 * Refer to INSTALL.txt in waeup.kofa sources.
    26 
    27 * Use only https in theme.html.
    28 
    29 * Removed sphinx docs.
    30 
    31 * Added generic install instructions.
    32 
    33 * Removed README in src/.
    34 
    35 
    36 1.0 (2014-02-22)
    37 ================
    38 
    39 * Diazofied complete package.
    40 
    41 
    42 0.1 (2014-02-21)
     41.0dev (unreleased)
    435================
    446
  • main/kofacustom.wdu/trunk/README.txt

    r11428 r11940  
    1 waeup.skeleton
     1waeup.wdu
    22**************
    33
    4 `waeup.skeleton` is a Python package providing a student information
    5 portal based on WAeUP Kofa.
    6 
    7 This is a skelton package which can be used to create customized version of Kofa.
     4`waeup.wdu` is a Python package providing a student information
     5portal based on WAeUP Kofa for western Delta University.
    86
    97For generic install instructions please see sources/waeup.kofa/docs/INSTALL.txt.
     
    1412The Subversion_ repository location of this package is
    1513
    16   https://svn.waeup.org/repos/main/waeup.skeleton/
     14  https://svn.waeup.org/repos/main/waeup.wdu/
    1715
    1816.. _Subversion: http://subversion.apache.org/
  • main/kofacustom.wdu/trunk/buildout-zeo.cfg

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

    r11518 r11940  
    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 = 7111
     55zeo1_port = 7111
     56zeo2_port = 7112
     57# zeo3_port = 7113
     58server_port = 7110
    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.wdu
    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.wdu [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.wdu [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.wdu [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.wdu
     108eggs = kofacustom.wdu
     109domain = kofacustom.wdu
     110output = src/kofacustom/wdu/locales
    112111zcml =
    113112
     
    116115[zpasswd]
    117116recipe = z3c.recipe.dev:script
    118 eggs = kofacustom.skeleton
     117eggs = kofacustom.wdu
    119118module = zope.app.server.zpasswd
    120119method = main
     
    184183[coverage-detect]
    185184recipe = zc.recipe.testrunner
    186 eggs = kofacustom.skeleton[beaker]
     185eggs = kofacustom.wdu[beaker]
    187186defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    188187
     
    205204    diazo [wsgi]
    206205    PasteScript
    207     kofacustom.skeleton [beaker, diazo]
     206    kofacustom.wdu [beaker, diazo]
  • main/kofacustom.wdu/trunk/etc/site.zcml.in

    r10765 r11940  
    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.wdu">
    44
    5   <include package="kofacustom.skeleton" />
    6   <include package="kofacustom.skeleton" file="mail.zcml" />
     5  <include package="kofacustom.wdu" />
     6  <include package="kofacustom.wdu" 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.wdu">
    3232
    3333      <unauthenticatedPrincipal id="zope.anybody"
     
    4242                 title="Manager"
    4343                 login="grok"
    44                  password_manager="SHA1"
    45                  password="321b9cd3739bd029629243732eb682db005a7541f7509622"
     44                 password_manager="SSHA"
     45                 password="{SSHA}PQQypyPElik2Pi3wM5kO1W78eVCGgdZ8"
    4646                 />
    4747
  • main/kofacustom.wdu/trunk/etc/zope_zeo1.conf.in

    r11272 r11940  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:8010
     26    server localhost:7110
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6363<zodb async>
    6464  <zeoclient>
    65     server localhost:8010
     65    server localhost:7110
    6666    storage async
    6767    name async
  • main/kofacustom.wdu/trunk/etc/zope_zeo2.conf.in

    r11272 r11940  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:8010
     26    server localhost:7110
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6363<zodb async>
    6464  <zeoclient>
    65     server localhost:8010
     65    server localhost:7110
    6666    storage async
    6767    name async
  • main/kofacustom.wdu/trunk/setup.py

    r11518 r11940  
    22from setuptools import setup, find_packages
    33
    4 version = '1.2dev'
     4version = '1.0dev'
    55
    66install_requires = [
     
    4747    )
    4848
    49 setup(name = 'kofacustom.skeleton',
     49setup(name = 'kofacustom.wdu',
    5050      version = version,
    5151      description = "A customized waeup.kofa",
  • 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
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/browser/pages.py

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

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

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

    r10765 r11940  
    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.wdu" file="locales.zcml" />
    44
    55  <!-- kofacustom.nigeria configures everything we basically need.
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/ftesting.zcml

    r10765 r11940  
    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.wdu"
     5   package="kofacustom.wdu"
    66   >
    77
    8   <include package="kofacustom.skeleton" />
    9   <include package="kofacustom.skeleton" file="mail.zcml"/>
     8  <include package="kofacustom.wdu" />
     9  <include package="kofacustom.wdu" file="mail.zcml"/>
    1010
    1111  <!-- Where should the datacenter reside by default? -->
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/interfaces.py

    r10765 r11940  
    2323    ISessionConfiguration, academic_sessions_vocab)
    2424
    25 _ = MessageFactory = zope.i18nmessageid.MessageFactory('kofacustom.skeleton')
     25_ = MessageFactory = zope.i18nmessageid.MessageFactory('kofacustom.wdu')
    2626
    2727# It's recommended to replicate all fields from the base package here.
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/interswitch/browser.py

    r11647 r11940  
    2323    InterswitchPageStudent, InterswitchPageApplicant,
    2424    )
    25 from kofacustom.skeleton.students.interfaces import ICustomStudentOnlinePayment
    26 from kofacustom.skeleton.applicants.interfaces import ICustomApplicantOnlinePayment
    27 from kofacustom.skeleton.interfaces import MessageFactory as _
     25from kofacustom.wdu.students.interfaces import ICustomStudentOnlinePayment
     26from kofacustom.wdu.applicants.interfaces import ICustomApplicantOnlinePayment
     27from kofacustom.wdu.interfaces import MessageFactory as _
    2828
    2929PRODUCT_ID = '57'
    30 SITE_NAME = 'skeleton-kofa.waeup.org'
     30SITE_NAME = 'wdu-kofa.waeup.org'
    3131PROVIDER_ACCT = '00000000'
    3232PROVIDER_BANK_ID = '00'
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/interswitch/tests.py

    r11813 r11940  
    2424from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    2525from waeup.kofa.configuration import SessionConfiguration
    26 from kofacustom.skeleton.testing import FunctionalLayer
     26from kofacustom.wdu.testing import FunctionalLayer
    2727
    2828# Also run tests that send requests to external servers?
     
    152152        self.assertTrue(
    153153            'zope.mgr - '
    154             'kofacustom.skeleton.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
     154            'kofacustom.wdu.interswitch.browser.CustomInterswitchPaymentRequestWebservicePageStudent - '
    155155            'X1000000 - successful schoolfee payment: p3547789850240\n'
    156156            in logcontent)
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/payments/interfaces.py

    r10765 r11940  
    1919from zope import schema
    2020from kofacustom.nigeria.payments.interfaces import INigeriaOnlinePayment
    21 from kofacustom.skeleton.interfaces import MessageFactory as _
     21from kofacustom.wdu.interfaces import MessageFactory as _
    2222
    2323class ICustomOnlinePayment(INigeriaOnlinePayment):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/batching.py

    r10765 r11940  
    2424students, studycourses, payment tickets and accommodation tickets.
    2525"""
    26 from kofacustom.skeleton.students.interfaces import (
     26from kofacustom.wdu.students.interfaces import (
    2727    ICustomStudent, ICustomStudentUpdateByRegNo,
    2828    ICustomStudentUpdateByMatricNo,
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/browser.py

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

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

    r10765 r11940  
    2424    INigeriaStudentUpdateByRegNo, INigeriaStudentUpdateByMatricNo,
    2525    )
    26 from kofacustom.skeleton.payments.interfaces import ICustomOnlinePayment
    27 from kofacustom.skeleton.interfaces import MessageFactory as _
     26from kofacustom.wdu.payments.interfaces import ICustomOnlinePayment
     27from kofacustom.wdu.interfaces import MessageFactory as _
    2828
    2929class ICustomStudentBase(INigeriaStudentBase):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/payments.py

    r10765 r11940  
    2626    StudentOnlinePayment, StudentOnlinePaymentFactory)
    2727from waeup.kofa.utils.helpers import attrs_to_fields
    28 from kofacustom.skeleton.students.interfaces import ICustomStudentOnlinePayment
     28from kofacustom.wdu.students.interfaces import ICustomStudentOnlinePayment
    2929
    3030class CustomStudentOnlinePayment(StudentOnlinePayment):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/student.py

    r10765 r11940  
    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.wdu.students.interfaces import ICustomStudent
    2929
    3030
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/studycourse.py

    r10765 r11940  
    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.wdu.students.interfaces import ICustomStudentStudyCourse
    3030
    3131class CustomStudentStudyCourse(NigeriaStudentStudyCourse):
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/studylevel.py

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

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

    r11813 r11940  
    55from waeup.kofa.schoolgrades import ResultEntry
    66from waeup.kofa.students.tests.test_batching import StudentImportExportSetup
    7 from kofacustom.skeleton.utils.utils import CustomKofaUtils
    8 from kofacustom.skeleton.students.export import (
     7from kofacustom.wdu.utils.utils import CustomKofaUtils
     8from kofacustom.wdu.students.export import (
    99    CustomStudentsExporter, CustomStudentPaymentsExporter)
    10 from kofacustom.skeleton.testing import FunctionalLayer
     10from kofacustom.wdu.testing import FunctionalLayer
    1111
    1212
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/tests/test_student.py

    r10765 r11940  
    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.wdu.students.student import CustomStudent, CustomStudentFactory
     25from kofacustom.wdu.students.studycourse import (
    2626    CustomStudentStudyCourse, CustomStudentStudyCourseFactory)
    27 from kofacustom.skeleton.students.studylevel import (
     27from kofacustom.wdu.students.studylevel import (
    2828    CustomStudentStudyLevel, CustomCourseTicket,
    2929    CustomStudentStudyLevelFactory,
    3030    CustomCourseTicketFactory)
    31 from kofacustom.skeleton.students.interfaces import (
     31from kofacustom.wdu.students.interfaces import (
    3232    ICustomStudent, ICustomStudentStudyCourse,
    3333    ICustomStudentStudyLevel, ICustomCourseTicket)
    34 from kofacustom.skeleton.testing import FunctionalLayer
     34from kofacustom.wdu.testing import FunctionalLayer
    3535
    3636
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/utils.py

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

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

    r10765 r11940  
    1919"""
    2020import os.path
    21 import kofacustom.skeleton
     21import kofacustom.wdu
    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.wdu.__file__), 'ftesting.zcml')
    2626FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer',
    2727                            allow_teardown=True)
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/tests/test_configuration.py

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

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

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

    r10765 r11940  
    1717##
    1818from waeup.kofa.testing import FunctionalTestCase
    19 from kofacustom.skeleton.testing import FunctionalLayer
     19from kofacustom.wdu.testing import FunctionalLayer
    2020
    2121
Note: See TracChangeset for help on using the changeset viewer.