mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-20 07:00:34 +00:00
Remove six.moves: urllib
This commit is contained in:
parent
a00a1951cb
commit
76ac99fc61
6 changed files with 7 additions and 6 deletions
|
@ -10,10 +10,10 @@ import sys
|
|||
import re
|
||||
import unicodedata
|
||||
from uuid import uuid4
|
||||
from urllib.parse import quote_plus
|
||||
|
||||
from dateutil import tz, parser
|
||||
from six import text_type, string_types, ensure_text, ensure_binary
|
||||
from six.moves.urllib.parse import quote_plus
|
||||
|
||||
from kodi_six import xbmc, xbmcaddon, xbmcgui, xbmcvfs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue