mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-09 02:45:07 +00:00
Use module-relative imports
This commit is contained in:
parent
086a704f24
commit
53c887d354
53 changed files with 166 additions and 195 deletions
|
@ -10,12 +10,12 @@ from datetime import timedelta
|
|||
|
||||
from kodi_six import xbmc, xbmcgui, xbmcplugin, xbmcaddon
|
||||
|
||||
import database
|
||||
from helper import translate, playutils, api, window, settings, dialog
|
||||
from dialogs import resume
|
||||
from helper import LazyLogger
|
||||
from jellyfin import Jellyfin
|
||||
from helper.utils import translate_path
|
||||
from .. import database
|
||||
from ..helper import translate, playutils, api, window, settings, dialog
|
||||
from ..dialogs import resume
|
||||
from ..helper import LazyLogger
|
||||
from ..jellyfin import Jellyfin
|
||||
from ..helper.utils import translate_path
|
||||
|
||||
from .obj import Objects
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue