Fully qualify the imports from jellyfin_kodi.entrypoint

This commit is contained in:
Odd Stråbø 2021-10-19 15:35:17 +02:00
parent a9c7f1ba09
commit c72318e19d
5 changed files with 4 additions and 8 deletions

View file

@ -3,7 +3,7 @@ from __future__ import division, absolute_import, print_function, unicode_litera
#################################################################################################
from jellyfin_kodi.entrypoint import Events
from jellyfin_kodi.entrypoint.default import Events
from jellyfin_kodi.helper import LazyLogger
#################################################################################################