mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-11 18:56:13 +00:00
Remove six.moves: urllib
This commit is contained in:
parent
a00a1951cb
commit
76ac99fc61
6 changed files with 7 additions and 6 deletions
|
@ -6,8 +6,8 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
import json
|
||||
import sys
|
||||
import os
|
||||
from urllib.parse import parse_qsl, urlencode
|
||||
|
||||
from six.moves.urllib.parse import parse_qsl, urlencode
|
||||
from kodi_six import xbmc, xbmcvfs, xbmcgui, xbmcplugin, xbmcaddon
|
||||
|
||||
from .. import client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue