fix relative imports for py3
This commit is contained in:
parent
71dcbf8465
commit
723ec8375b
@ -5,8 +5,8 @@ standard portal_catalog for indexing comments.
|
|||||||
|
|
||||||
BBB support for the old portal_discussion is provided in the bbb package.
|
BBB support for the old portal_discussion is provided in the bbb package.
|
||||||
"""
|
"""
|
||||||
from interfaces import IComment
|
from .interfaces import IComment
|
||||||
from interfaces import ICommentingTool
|
from .interfaces import ICommentingTool
|
||||||
from OFS.SimpleItem import SimpleItem
|
from OFS.SimpleItem import SimpleItem
|
||||||
from Products.CMFCore.utils import getToolByName
|
from Products.CMFCore.utils import getToolByName
|
||||||
from Products.CMFCore.utils import UniqueObject
|
from Products.CMFCore.utils import UniqueObject
|
||||||
|
Loading…
Reference in New Issue
Block a user