Fix ImportError on first PKC run
This commit is contained in:
parent
976cb506b9
commit
38f5f9c694
1 changed files with 1 additions and 2 deletions
|
@ -624,8 +624,7 @@ class InitialSetup(object):
|
||||||
line1=utils.lang(39029),
|
line1=utils.lang(39029),
|
||||||
line2=utils.lang(39030)):
|
line2=utils.lang(39030)):
|
||||||
LOG.debug("Presenting network credentials dialog.")
|
LOG.debug("Presenting network credentials dialog.")
|
||||||
from utils import passwords_xml
|
utils.passwords_xml()
|
||||||
passwords_xml()
|
|
||||||
# Disable Plex music?
|
# Disable Plex music?
|
||||||
if utils.dialog('yesno',
|
if utils.dialog('yesno',
|
||||||
heading=utils.lang(29999),
|
heading=utils.lang(29999),
|
||||||
|
|
Loading…
Reference in a new issue