From 6830a8050ca304b6c4c9fa7b038e4304fed4525e Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 2 Feb 2022 08:10:57 +0100 Subject: forgot import of log() --- archinstall/lib/hardware.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall') diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index cf99a530..68d2db31 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -5,6 +5,7 @@ from typing import Iterator, Optional, Union from .general import SysCommand from .networking import list_interfaces, enrich_iface_types +from .output import log __packages__ = [ "mesa", -- cgit v1.2.3-54-g00ecf