Ignore:
Timestamp:
31 Jan 2024, 11:42:09 (8 months ago)
Author:
Henrik Bettermann
Message:

Initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.udss/trunk/src/kofacustom/udss/testing.py

    r16717 r17689  
    1919"""
    2020import os.path
    21 import kofacustom.skeleton
     21import kofacustom.udss
    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.udss.__file__), 'ftesting.zcml')
    2626FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer',
    2727                            allow_teardown=True)
Note: See TracChangeset for help on using the changeset viewer.