mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-08 17:26:11 +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
|
@ -8,7 +8,11 @@ import sys
|
|||
import os
|
||||
from urllib.parse import parse_qsl, urlencode
|
||||
|
||||
from kodi_six import xbmc, xbmcvfs, xbmcgui, xbmcplugin, xbmcaddon
|
||||
import xbmc
|
||||
import xbmcvfs
|
||||
import xbmcgui
|
||||
import xbmcplugin
|
||||
import xbmcaddon
|
||||
|
||||
from .. import client
|
||||
from ..database import reset, get_sync, Database, jellyfin_db, get_credentials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue