Ignore:
Timestamp:
5 Jul 2022, 07:50:56 (2 years ago)
Author:
Henrik Bettermann
Message:

Initial setup

File:
1 edited

Legend:

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

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