From 08c586632accedad8d708c0d23bda5ef2ff32280 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 6 Nov 2020 00:34:08 +0000 Subject: Forgot an import of storage. --- archinstall/lib/profiles.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall/lib') diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 65ffd243..8a39e95e 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -5,6 +5,7 @@ from .general import multisplit, sys_command, log from .exceptions import * from .networking import * from .output import log, LOG_LEVELS +from .storage import storage UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/master/profiles' -- cgit v1.2.3-54-g00ecf