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 xbmcgui
|
||||||
|
|
||||||
import artwork
|
import artwork
|
||||||
from utils import settings, window, kodiSQL, CatchExceptions
|
from utils import tryEncode, tryDecode, settings, window, kodiSQL, \
|
||||||
from utils import tryEncode, tryDecode
|
CatchExceptions
|
||||||
import embydb_functions as embydb
|
import embydb_functions as embydb
|
||||||
import kodidb_functions as kodidb
|
import kodidb_functions as kodidb
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue