Cleaned import stanzas

This commit is contained in:
Famille Bollu 2018-07-26 20:03:32 +02:00
parent 1f1132f4fc
commit 9b79c9dfa1
2 changed files with 2 additions and 6 deletions

View File

@ -10,13 +10,11 @@
# or only when the addon is running, or only when kodi is playing one,...?
# - Do sanity checks on received data
import libtorrent
import time, sys
import urllib2, json
from urlparse import parse_qsl
import xbmc, xbmcgui, xbmcplugin, xbmcvfs
import AddonSignals
import xbmcgui, xbmcplugin, xbmcvfs
from threading import Thread
# Get the plugin url in plugin:// notation.
__url__ = sys.argv[0]

View File

@ -1,9 +1,7 @@
import libtorrent
import time, sys
import urllib2, json
from urlparse import parse_qsl
import xbmcvfs
import AddonSignals
import xbmcgui, xbmcplugin, xbmcvfs
from threading import Thread
class PeertubeDownloader(Thread):