fix missing import
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3786 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
cdb9bc94d0
commit
36102042f8
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ from zope.cachedescriptors.property import Lazy
|
|||
from zope import component
|
||||
from zope.traversing.browser import absoluteURL
|
||||
|
||||
from cybertools.link.interfaces import ILinkManager
|
||||
|
||||
|
||||
class WikiBaseView(object):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue