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:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-22 19:16:27 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-22 19:16:27 +0530
commit1188303fb3415c6ef428b312453afa8edf4d5a4d (patch)
tree392dedd61c46769d59061e352413ef19e904fe21 /profiles/xorg.py
parent1c0c1277624aae89bf9cba6940dcc69fb152be81 (diff)
fixed another messed up import
Diffstat (limited to 'profiles/xorg.py')
-rw-r--r--profiles/xorg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/xorg.py b/profiles/xorg.py
index 4d54fe79..413a6308 100644
--- a/profiles/xorg.py
+++ b/profiles/xorg.py
@@ -2,7 +2,7 @@
import os
from archinstall import generic_select, sys_command, RequirementError
-
+import archinstall
is_top_level_profile = True
def _prep_function(*args, **kwargs):