mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-13 02:23:18 +00:00
Use module-relative imports
This commit is contained in:
parent
086a704f24
commit
53c887d354
53 changed files with 166 additions and 195 deletions
|
|
@ -8,12 +8,11 @@ import sys
|
|||
|
||||
from kodi_six import xbmc, xbmcaddon
|
||||
|
||||
import database
|
||||
from dialogs import context
|
||||
from helper import translate, settings, dialog
|
||||
from helper import LazyLogger
|
||||
from helper.utils import translate_path
|
||||
from jellyfin import Jellyfin
|
||||
from .. import database
|
||||
from ..dialogs import context
|
||||
from ..helper import translate, settings, dialog, LazyLogger
|
||||
from ..helper.utils import translate_path
|
||||
from ..jellyfin import Jellyfin
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue