Remove obsolete import

This commit is contained in:
tomkat83 2017-03-31 16:43:05 +02:00
parent 0cda3563de
commit 498dfb67d7

View file

@ -9,7 +9,7 @@ from datetime import datetime
from xbmc import sleep
import artwork
from utils import tryEncode, tryDecode, settings, window, kodiSQL, \
from utils import tryEncode, tryDecode, window, kodiSQL, \
CatchExceptions
import plexdb_functions as plexdb
import kodidb_functions as kodidb