diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 7f4f93aa..dd1f330d 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -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