mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-14 12:16:12 +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,11 +7,11 @@ import os
|
|||
|
||||
from kodi_six import xbmc, xbmcvfs
|
||||
|
||||
from objects.obj import Objects
|
||||
from helper import translate, api, window, settings, dialog, event, JSONRPC
|
||||
from jellyfin import Jellyfin
|
||||
from helper import LazyLogger
|
||||
from helper.utils import translate_path
|
||||
from .objects.obj import Objects
|
||||
from .helper import translate, api, window, settings, dialog, event, JSONRPC
|
||||
from .jellyfin import Jellyfin
|
||||
from .helper import LazyLogger
|
||||
from .helper.utils import translate_path
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue