Optimize import

This commit is contained in:
tomkat83 2016-09-11 12:21:13 +02:00
parent c3010645bc
commit bfc0249720

View file

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