mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-12 18:13:21 +00:00
Remove six.moves: urllib
This commit is contained in:
parent
a00a1951cb
commit
76ac99fc61
6 changed files with 7 additions and 6 deletions
|
|
@ -5,8 +5,8 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
|
||||
import sqlite3
|
||||
from ntpath import dirname
|
||||
from urllib.parse import urlencode
|
||||
|
||||
from six.moves.urllib.parse import urlencode
|
||||
from kodi_six.utils import py2_encode
|
||||
|
||||
from .. import downloader as server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue