mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-12 03:06: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
|
@ -5,8 +5,8 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
|
||||
import os
|
||||
import xml.etree.ElementTree as etree
|
||||
from urllib.parse import urlencode
|
||||
|
||||
from six.moves.urllib.parse import urlencode
|
||||
from kodi_six import xbmcvfs
|
||||
|
||||
from .database import Database, jellyfin_db, get_sync, save_sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue