Fully qualify the imports from jellyfin_kodi.entrypoint

This commit is contained in:
Odd Stråbø 2021-10-19 15:35:17 +02:00
parent a9c7f1ba09
commit c72318e19d
5 changed files with 4 additions and 8 deletions

View file

@ -7,7 +7,7 @@ import threading
from kodi_six import xbmc
from jellyfin_kodi.entrypoint import Service
from jellyfin_kodi.entrypoint.service import Service
from jellyfin_kodi.helper.utils import settings
from jellyfin_kodi.helper import LazyLogger