mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-17 06:45:09 +00:00
Fully qualify the imports from jellyfin_kodi.entrypoint
This commit is contained in:
parent
a9c7f1ba09
commit
c72318e19d
5 changed files with 4 additions and 8 deletions
|
@ -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
|
||||
|
||||
#################################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue