From e6de28287dd149b37a41b8ddbcb35e28435536f7 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sat, 30 Oct 2021 16:29:52 +0200 Subject: Wrong lib import path --- archinstall/lib/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index b0a7c5f1..0bdddb2e 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -2,7 +2,7 @@ import time from .disk import * from .hardware import * from .locale_helpers import verify_keyboard_layout, verify_x11_keyboard_layout -from .helpers import get_mount_info +from .disk.helpers import get_mount_info from .mirrors import * from .plugins import plugins from .storage import storage -- cgit v1.2.3-70-g09d2