Ignore:
Timestamp:
27 Apr 2018, 07:35:05 (7 years ago)
Author:
Henrik Bettermann
Message:

Initialize ESITM portal.

Location:
main/kofacustom.esitm/trunk/src/kofacustom/esitm
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/kofacustom.esitm/trunk/src/kofacustom/esitm/tests/test_configuration.py

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

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

    r10765 r14995  
    3333    send_mail)
    3434from waeup.kofa.testing import FunctionalTestCase
    35 from kofacustom.skeleton.testing import FunctionalLayer
     35from kofacustom.esitm.testing import FunctionalLayer
    3636
    3737#
Note: See TracChangeset for help on using the changeset viewer.