From bc58ec047d0c2eb08e2b6178ac278c8fd889e3db Mon Sep 17 00:00:00 2001 From: Dylan Taylor Date: Thu, 20 May 2021 18:39:36 -0400 Subject: Re-add profile import --- examples/guided.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index 27b359d1..91dd1ddc 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -7,6 +7,7 @@ import archinstall from archinstall.lib.general import run_custom_user_commands from archinstall.lib.hardware import has_uefi from archinstall.lib.networking import check_mirror_reachable +from archinstall.lib.profiles import Profile if archinstall.arguments.get('help'): print("See `man archinstall` for help.") -- cgit v1.2.3-54-g00ecf