mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-21 23:50:32 +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
|
@ -7,7 +7,8 @@ import os
|
|||
from uuid import uuid4
|
||||
|
||||
import requests
|
||||
from kodi_six import xbmc, xbmcvfs
|
||||
import xbmc
|
||||
import xbmcvfs
|
||||
|
||||
from .. import client
|
||||
from .utils import translate_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue