Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/xorg.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/xorg.py')
-rw-r--r--profiles/xorg.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/xorg.py b/profiles/xorg.py
index 42597a37..413a6308 100644
--- a/profiles/xorg.py
+++ b/profiles/xorg.py
@@ -1,7 +1,8 @@
# A system with "xorg" installed
-import archinstall, os
-
+import os
+from archinstall import generic_select, sys_command, RequirementError
+import archinstall
is_top_level_profile = True
def _prep_function(*args, **kwargs):