mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-28 03:46:13 +00:00
Use module-relative imports
This commit is contained in:
parent
086a704f24
commit
53c887d354
53 changed files with 166 additions and 195 deletions
|
@ -7,9 +7,9 @@ import threading
|
|||
|
||||
from kodi_six import xbmc
|
||||
|
||||
from entrypoint import Service # noqa: E402
|
||||
from helper.utils import settings # noqa: E402
|
||||
from helper import LazyLogger # noqa: E402
|
||||
from jellyfin_kodi.entrypoint import Service
|
||||
from jellyfin_kodi.helper.utils import settings
|
||||
from jellyfin_kodi.helper import LazyLogger
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue