container: Python3 fix
This commit is contained in:
parent
ee82ee7b32
commit
db31a73bc9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from zope.cachedescriptors.property import Lazy
|
|||
from zope.container.ordered import OrderedContainer as BaseOrderedContainer
|
||||
from zope.i18nmessageid import ZopeMessageFactory as _
|
||||
from zope.interface import Interface
|
||||
from base import ContainerView
|
||||
from cybertools.container.base import ContainerView
|
||||
|
||||
|
||||
class OrderedContainerView(ContainerView):
|
||||
|
|
Loading…
Add table
Reference in a new issue