mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-11 18:56:13 +00:00
Use module-relative imports
This commit is contained in:
parent
086a704f24
commit
53c887d354
53 changed files with 166 additions and 195 deletions
|
@ -6,9 +6,7 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
from six import iteritems
|
||||
from kodi_six import xbmcgui
|
||||
|
||||
from helper import translate
|
||||
from helper import LazyLogger
|
||||
from helper import kodi_version
|
||||
from ..helper import translate, LazyLogger, kodi_version
|
||||
|
||||
##################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue