From bfc024972079a2a93c278d508b5b112e75b758bf Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 11 Sep 2016 12:21:13 +0200 Subject: [PATCH] Optimize import --- resources/lib/artwork.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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