Remove obsolete import
This commit is contained in:
parent
d65b8ec0c0
commit
74c0b32440
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ import xml.etree.ElementTree as etree
|
||||||
|
|
||||||
from xbmc import executebuiltin, translatePath
|
from xbmc import executebuiltin, translatePath
|
||||||
|
|
||||||
from utils import settings, window, language as lang, try_encode, try_decode, \
|
from utils import settings, window, language as lang, try_decode, dialog, \
|
||||||
XmlKodiSetting, reboot_kodi, dialog
|
XmlKodiSetting, reboot_kodi
|
||||||
from migration import check_migration
|
from migration import check_migration
|
||||||
from downloadutils import DownloadUtils as DU
|
from downloadutils import DownloadUtils as DU
|
||||||
from userclient import UserClient
|
from userclient import UserClient
|
||||||
|
|
Loading…
Reference in a new issue