Remove kodi_six: import directly

This commit is contained in:
Odd Stråbø 2024-06-11 05:10:57 +00:00
parent 8cabd4e2a3
commit cd53329fb9
26 changed files with 51 additions and 26 deletions

View file

@ -5,7 +5,9 @@ from __future__ import division, absolute_import, print_function, unicode_litera
import os
from kodi_six import xbmc, xbmcaddon, xbmcvfs
import xbmc
import xbmcaddon
import xbmcvfs
from .helper import translate, window, settings, addon_id, dialog, LazyLogger
from .helper.utils import create_id, translate_path