diff 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
line wrap: on
line diff
--- a/cagou/core/cagou_main.py	Sat Mar 20 13:51:27 2021 +0100
+++ b/cagou/core/cagou_main.py	Sat Mar 20 14:21:15 2021 +0100
@@ -26,8 +26,6 @@
 from sat.core.i18n import _
 from . import kivy_hack
 kivy_hack.do_hack()
-from cagou.backport import do_backport
-do_backport()
 from .constants import Const as C
 from sat.core import log as logging
 from sat.core import exceptions