Ignore:
Timestamp:
20 Jul 2016, 11:38:34 (8 years ago)
Author:
Henrik Bettermann
Message:

Rename 'skeleton' 'coewarri'.

Set port numbers.

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

Legend:

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

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