Remove obsolete import
This commit is contained in:
parent
0cda3563de
commit
498dfb67d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue