Optimize import
This commit is contained in:
parent
8070e921ed
commit
d310b6c7e8
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ import xbmc
|
|||
import xbmcgui
|
||||
|
||||
import artwork
|
||||
from utils import settings, window, kodiSQL, CatchExceptions
|
||||
from utils import tryEncode, tryDecode
|
||||
from utils import tryEncode, tryDecode, settings, window, kodiSQL, \
|
||||
CatchExceptions
|
||||
import embydb_functions as embydb
|
||||
import kodidb_functions as kodidb
|
||||
|
||||
|
|
Loading…
Reference in a new issue