mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-24 17:10:32 +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,8 +8,8 @@ import os
|
|||
from kodi_six import xbmcgui, xbmcaddon
|
||||
from six import ensure_text
|
||||
|
||||
from helper import window, addon_id
|
||||
from helper import LazyLogger
|
||||
from ..helper import window, addon_id
|
||||
from ..helper import LazyLogger
|
||||
|
||||
##################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue