Fixed an import of not yet loaded module
This commit is contained in:
parent
fe164a700c
commit
e873e30c39
|
|
@ -16,7 +16,6 @@ from ..general import (
|
||||||
from ..hardware import has_uefi
|
from ..hardware import has_uefi
|
||||||
from ..profiles import is_desktop_profile
|
from ..profiles import is_desktop_profile
|
||||||
from ..disk.helpers import encrypted_partitions
|
from ..disk.helpers import encrypted_partitions
|
||||||
from ..user_interaction.general_conf import select_profile
|
|
||||||
from ..user_interaction.system_conf import (
|
from ..user_interaction.system_conf import (
|
||||||
select_harddrives,
|
select_harddrives,
|
||||||
select_kernel,
|
select_kernel,
|
||||||
|
|
@ -30,7 +29,8 @@ from ..user_interaction.general_conf import (
|
||||||
ask_additional_packages_to_install,
|
ask_additional_packages_to_install,
|
||||||
ask_for_audio_selection,
|
ask_for_audio_selection,
|
||||||
ask_hostname,
|
ask_hostname,
|
||||||
select_mirror_regions
|
select_mirror_regions,
|
||||||
|
select_profile
|
||||||
)
|
)
|
||||||
from ..user_interaction.utils import get_password
|
from ..user_interaction.utils import get_password
|
||||||
from ..user_interaction.network_conf import ask_to_configure_network
|
from ..user_interaction.network_conf import ask_to_configure_network
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue