mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-04-02 16:47:59 +02:00
use future for urllib2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import sys
|
||||
import urlparse
|
||||
from future.moves.urllib.request import urlparse
|
||||
from kodi_six import xbmc, xbmcgui, xbmcvfs
|
||||
import resources.lib.utils as utils
|
||||
from resources.lib.authorizers import DropboxAuthorizer,GoogleDriveAuthorizer
|
||||
|
||||
Reference in New Issue
Block a user