renamed submodule 'wiki' to 'adapter'

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3636 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-11-28 08:52:55 +00:00
parent 4e1e2370a2
commit 6944666e82
2 changed files with 2 additions and 2 deletions

View file

@ -62,8 +62,8 @@ def setUp(testCase):
component.provideAdapter(link.LinkManager) component.provideAdapter(link.LinkManager)
links = link.setupLinkManager(None) links = link.setupLinkManager(None)
component.provideUtility(links, name='tracking') component.provideUtility(links, name='tracking')
from cybertools.wiki.generic import wiki from cybertools.wiki.generic import adapter
wiki.IntIds = IntIdsStub adapter.IntIds = IntIdsStub
def test_suite(): def test_suite():