Commit b4a27284 authored by Hanno Schlichting's avatar Hanno Schlichting

Import IMenuItemType from zope.browsermenu

parent d5f46b74
......@@ -15,11 +15,9 @@
$Id$
"""
from zope.interface.interfaces import IInterface
class IMenuItemType(IInterface):
"""Menu item type
from zope.deferredimport import deprecated
Menu item types are interfaces that define classes of
menu items.
"""
deprecated("Please import from zope.browsermenu.interfaces",
IMenuItemType = 'zope.browsermenu.interfaces:IMenuItemType',
)
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