mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-25 17:40:31 +00:00
Remove kodi_six: import directly
This commit is contained in:
parent
8cabd4e2a3
commit
cd53329fb9
26 changed files with 51 additions and 26 deletions
|
@ -10,7 +10,8 @@ from importlib import reload
|
|||
|
||||
# Workaround for threads using datetime: _striptime is locked
|
||||
import _strptime # noqa:F401
|
||||
from kodi_six import xbmc, xbmcgui
|
||||
import xbmc
|
||||
import xbmcgui
|
||||
|
||||
from .. import objects
|
||||
from .. import connect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue