Mercurial > libervia-desktop-kivy
comparison cagou/core/cagou_main.py @ 463:5f0705a9cd3b
install: set minimum version to Kivy 2.0.0:
this version brings async support and bugfixes which were backported, thus backport is not
needed anymore and has been removed.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Mar 2021 14:21:15 +0100 |
parents | 3c9ba4a694ef |
children | f826ebb7f605 |
comparison
equal
deleted
inserted
replaced
462:83c67b093350 | 463:5f0705a9cd3b |
---|---|
24 from urllib import parse as urlparse | 24 from urllib import parse as urlparse |
25 from functools import partial | 25 from functools import partial |
26 from sat.core.i18n import _ | 26 from sat.core.i18n import _ |
27 from . import kivy_hack | 27 from . import kivy_hack |
28 kivy_hack.do_hack() | 28 kivy_hack.do_hack() |
29 from cagou.backport import do_backport | |
30 do_backport() | |
31 from .constants import Const as C | 29 from .constants import Const as C |
32 from sat.core import log as logging | 30 from sat.core import log as logging |
33 from sat.core import exceptions | 31 from sat.core import exceptions |
34 from sat_frontends.quick_frontend.quick_app import QuickApp | 32 from sat_frontends.quick_frontend.quick_app import QuickApp |
35 from sat_frontends.quick_frontend import quick_widgets | 33 from sat_frontends.quick_frontend import quick_widgets |