Concurent futures fix per Kodi 19

This commit is contained in:
Alhaziel
2020-02-29 18:40:12 +01:00
parent 80d4cacb06
commit 4dc434a32a
15 changed files with 45 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)