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
|
|
@ -9,11 +9,11 @@ import xml.etree.ElementTree as etree
|
|||
from six.moves.urllib.parse import urlencode
|
||||
from kodi_six import xbmcvfs
|
||||
|
||||
from database import Database, jellyfin_db, get_sync, save_sync
|
||||
from helper import translate, api, window, event
|
||||
from jellyfin import Jellyfin
|
||||
from helper import LazyLogger
|
||||
from helper.utils import translate_path
|
||||
from .database import Database, jellyfin_db, get_sync, save_sync
|
||||
from .helper import translate, api, window, event
|
||||
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