Fixed an import of not yet loaded module

This commit is contained in:
Anton Hvornum 2022-03-28 16:42:09 +02:00
parent 66289c13d8
commit 500da432bf
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 0 additions and 1 deletions

View File

@ -10,4 +10,3 @@ from .general_conf import (ask_ntp, ask_for_a_timezone, ask_for_audio_selection,
select_additional_repositories, ask_hostname)
from .disk_conf import ask_for_main_filesystem_format, select_individual_blockdevice_usage, select_disk_layout, select_disk
from .utils import get_password, do_countdown
from ..menu.global_menu import GlobalMenu