Mercurial > libervia-desktop-kivy
diff cagou/core/menu.py @ 327:b77792cc6d12
use Kivy garden's new infrastructure for modernmenu and contextmenu:
dependencies are updated, the legacy kivy-garden tool is not needed anymore, thus
installation is simplified.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 11 Dec 2019 18:26:42 +0100 |
parents | e2b51663d8b8 |
children | 9c6fe392d623 |
line wrap: on
line diff
--- a/cagou/core/menu.py Fri Dec 06 13:25:33 2019 +0100 +++ b/cagou/core/menu.py Wed Dec 11 18:26:42 2019 +0100 @@ -27,7 +27,7 @@ from kivy.uix.popup import Popup from cagou.core.utils import FilterBehavior from kivy import properties -from kivy.garden import contextmenu, modernmenu +from kivy_garden import contextmenu, modernmenu from sat_frontends.quick_frontend import quick_menus from kivy.core.window import Window from kivy.animation import Animation