IItem already extends IManageable

parent c4d8d01c
......@@ -40,7 +40,6 @@ import ZDOM
from CopySupport import CopySource
from interfaces import IItem
from interfaces import IItemWithName
from interfaces import IManageable
from interfaces import ISimpleItem
from Traversable import Traversable
......@@ -55,7 +54,7 @@ class Item(Base, Resource, CopySource, App.Management.Tabs, Traversable,
"""A common base class for simple, non-container objects."""
implements(IItem, IManageable)
implements(IItem)
isPrincipiaFolderish=0
isTopLevelPrincipiaApplicationObject=0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment