Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-02-02 08:10:57 +0100
committerAnton Hvornum <anton@hvornum.se>2022-02-02 08:10:57 +0100
commit6830a8050ca304b6c4c9fa7b038e4304fed4525e (patch)
tree1149d72ce877f7871fa304036700af84926fab2b /archinstall
parent5cfec48ac4e05c258d628ae24e7510b6dc093e82 (diff)
forgot import of log()
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/hardware.py1
1 files changed, 1 insertions, 0 deletions
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",