From 1188303fb3415c6ef428b312453afa8edf4d5a4d Mon Sep 17 00:00:00 2001 From: advaithm Date: Thu, 22 Apr 2021 19:16:27 +0530 Subject: fixed another messed up import --- profiles/xorg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/xorg.py') 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): -- cgit v1.2.3-54-g00ecf