From 77e37823748acc30ea74d75da2c7d20dca4acfcd Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 29 Nov 2020 19:52:14 +0000 Subject: Forgot a few imports --- archinstall/lib/storage.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archinstall/lib/storage.py') diff --git a/archinstall/lib/storage.py b/archinstall/lib/storage.py index bb41c999..11ceafee 100644 --- a/archinstall/lib/storage.py +++ b/archinstall/lib/storage.py @@ -1,3 +1,5 @@ +import os + storage = {} # There's a few scenarios of execution: -- cgit v1.2.3-54-g00ecf