Remove obsolete import

This commit is contained in:
tomkat83 2016-10-18 20:01:41 +02:00
parent 1bae637830
commit ec7d4efc80

View file

@ -14,8 +14,7 @@ import xbmcgui
import xbmcvfs
from utils import window, settings, language as lang, kodiSQL, tryEncode, \
tryDecode, IfExists, ThreadMethods, ThreadMethodsAdditionalSuspend, \
ThreadMethodsAdditionalStop
tryDecode, IfExists, ThreadMethods, ThreadMethodsAdditionalStop
# Disable annoying requests warnings
import requests.packages.urllib3