Ignore:
Timestamp:
9 Nov 2014, 08:44:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Repace skeleton by wdu.

Set ports.

Set version number.

Set manager password.

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

Legend:

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

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