Ignore:
Timestamp:
11 Jul 2017, 13:57:00 (8 years ago)
Author:
Henrik Bettermann
Message:

Rename package (step 2).

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

Legend:

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

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

    r14712 r14716  
    1818from waeup.kofa.datacenter import DataCenter
    1919from waeup.kofa.testing import FunctionalTestCase
    20 from kofacustom.dspou.testing import FunctionalLayer
     20from kofacustom.dspg.testing import FunctionalLayer
    2121
    2222
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/tests/test_smtp.py

    r14712 r14716  
    3333    send_mail)
    3434from waeup.kofa.testing import FunctionalTestCase
    35 from kofacustom.dspou.testing import FunctionalLayer
     35from kofacustom.dspg.testing import FunctionalLayer
    3636
    3737#
Note: See TracChangeset for help on using the changeset viewer.