view src/libs/garden/garden.contextmenu/__init__.py @ 121:c498178d8122

chat: fixed file sending: the issue was the same as for OTR, jid.JID must be casted to unicode before crossing pb bridge.
author Goffi <goffi@goffi.org>
date Tue, 31 Jan 2017 23:11:49 +0100
parents 741a7d6d8c28
children
line wrap: on
line source

from .context_menu import ContextMenu, \
    AbstractMenu, \
    AbstractMenuItem, \
    AbstractMenuItemHoverable, \
    ContextMenuItem, \
    ContextMenuDivider, \
    ContextMenuText, \
    ContextMenuTextItem

from .app_menu import AppMenu, \
    AppMenuTextItem