From e873e30c39a29076f883a4ea8efbe05456b95b2d Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 28 Mar 2022 16:13:26 +0200 Subject: Fixed an import of not yet loaded module --- archinstall/lib/menu/selection_menu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archinstall/lib') diff --git a/archinstall/lib/menu/selection_menu.py b/archinstall/lib/menu/selection_menu.py index 7c79a8b0..dcc87fb0 100644 --- a/archinstall/lib/menu/selection_menu.py +++ b/archinstall/lib/menu/selection_menu.py @@ -16,7 +16,6 @@ from ..general import ( from ..hardware import has_uefi from ..profiles import is_desktop_profile from ..disk.helpers import encrypted_partitions -from ..user_interaction.general_conf import select_profile from ..user_interaction.system_conf import ( select_harddrives, select_kernel, @@ -30,7 +29,8 @@ from ..user_interaction.general_conf import ( ask_additional_packages_to_install, ask_for_audio_selection, ask_hostname, - select_mirror_regions + select_mirror_regions, + select_profile ) from ..user_interaction.utils import get_password from ..user_interaction.network_conf import ask_to_configure_network -- cgit v1.2.3-54-g00ecf