mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-20 21:44:38 +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,10 +8,8 @@ import xml.etree.ElementTree as etree
|
|||
|
||||
from kodi_six import xbmc
|
||||
|
||||
from helper import LazyLogger
|
||||
from helper.utils import translate_path
|
||||
|
||||
from . import translate, dialog, settings
|
||||
from .utils import translate_path
|
||||
from . import translate, dialog, settings, LazyLogger
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue