- Timestamp:
- 17 Jan 2025, 03:58:56 (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/testing.py
r16717 r17991 19 19 """ 20 20 import os.path 21 import kofacustom.s keleton21 import kofacustom.schoolcash 22 22 from zope.app.testing.functional import ZCMLLayer 23 23 24 24 ftesting_zcml = os.path.join( 25 os.path.dirname(kofacustom.s keleton.__file__), 'ftesting.zcml')25 os.path.dirname(kofacustom.schoolcash.__file__), 'ftesting.zcml') 26 26 FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer', 27 27 allow_teardown=True)
Note: See TracChangeset for help on using the changeset viewer.