Ignore:
Timestamp:
17 Jan 2025, 03:58:56 (39 hours ago)
Author:
Henrik Bettermann
Message:

Initialize schoolcash demo portal.

File:
1 edited

Legend:

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

    r16717 r17991  
    2525from waeup.kofa.tests.test_configuration import (
    2626    ConfigurationTest, SessionConfigurationFactoryTest)
    27 from kofacustom.skeleton.configuration import (
     27from kofacustom.schoolcash.configuration import (
    2828    CustomSessionConfiguration, CustomSessionConfigurationFactory)
    29 from kofacustom.skeleton.interfaces import(
     29from kofacustom.schoolcash.interfaces import(
    3030    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    31 from kofacustom.skeleton.testing import FunctionalLayer
     31from kofacustom.schoolcash.testing import FunctionalLayer
    3232
    3333class ConfigurationTest(ConfigurationTest):
Note: See TracChangeset for help on using the changeset viewer.