Remove obsolete import
This commit is contained in:
parent
1bae637830
commit
ec7d4efc80
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ import xbmcgui
|
||||||
import xbmcvfs
|
import xbmcvfs
|
||||||
|
|
||||||
from utils import window, settings, language as lang, kodiSQL, tryEncode, \
|
from utils import window, settings, language as lang, kodiSQL, tryEncode, \
|
||||||
tryDecode, IfExists, ThreadMethods, ThreadMethodsAdditionalSuspend, \
|
tryDecode, IfExists, ThreadMethods, ThreadMethodsAdditionalStop
|
||||||
ThreadMethodsAdditionalStop
|
|
||||||
|
|
||||||
# Disable annoying requests warnings
|
# Disable annoying requests warnings
|
||||||
import requests.packages.urllib3
|
import requests.packages.urllib3
|
||||||
|
|
Loading…
Reference in a new issue