Remove six.moves: urllib

This commit is contained in:
Odd Stråbø 2024-06-11 03:19:25 +00:00
parent a00a1951cb
commit 76ac99fc61
6 changed files with 7 additions and 6 deletions

View file

@ -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