mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-29 12:26:12 +00:00
Use module-relative imports
This commit is contained in:
parent
086a704f24
commit
53c887d354
53 changed files with 166 additions and 195 deletions
|
@ -3,8 +3,7 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
|
||||
##################################################################################################
|
||||
|
||||
from helper import values
|
||||
from helper import LazyLogger
|
||||
from ...helper import values, LazyLogger
|
||||
|
||||
from . import artwork
|
||||
from . import queries as QU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue