Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-20 18:39:36 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-20 18:39:36 -0400
commitbc58ec047d0c2eb08e2b6178ac278c8fd889e3db (patch)
treed4f5dbb3d5c026e2eed692403e92ddfa2f34ea95 /examples
parentcba7dae8f059a39ca7276b517ae062aeeb1433f3 (diff)
Re-add profile import
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
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.")