Use module-relative imports

This commit is contained in:
Odd Stråbø 2021-10-10 20:38:25 +02:00
parent 086a704f24
commit 53c887d354
53 changed files with 166 additions and 195 deletions

View file

@ -6,9 +6,9 @@ from __future__ import division, absolute_import, print_function, unicode_litera
from six import iteritems
from kodi_six import xbmc, xbmcgui
from helper import translate
from jellyfin.connection_manager import CONNECTION_STATE
from helper import LazyLogger
from ..helper import translate
from ..jellyfin.connection_manager import CONNECTION_STATE
from ..helper import LazyLogger
##################################################################################################