mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-09 09:46:13 +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
|
@ -6,7 +6,8 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
import json
|
||||
import sys
|
||||
|
||||
from kodi_six import xbmc, xbmcaddon
|
||||
import xbmc
|
||||
import xbmcaddon
|
||||
|
||||
from .. import database
|
||||
from ..dialogs import context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue