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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue