From ec7d4efc8046d13cd1768700d1cb32c9b8cb118f Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Tue, 18 Oct 2016 20:01:41 +0200 Subject: [PATCH] Remove obsolete import --- resources/lib/artwork.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 545aa0ac..645a1568 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -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