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:
parent
4e1e2370a2
commit
6944666e82
2 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ def setUp(testCase):
|
|||
component.provideAdapter(link.LinkManager)
|
||||
links = link.setupLinkManager(None)
|
||||
component.provideUtility(links, name='tracking')
|
||||
from cybertools.wiki.generic import wiki
|
||||
wiki.IntIds = IntIdsStub
|
||||
from cybertools.wiki.generic import adapter
|
||||
adapter.IntIds = IntIdsStub
|
||||
|
||||
|
||||
def test_suite():
|
||||
|
|
Loading…
Add table
Reference in a new issue