Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/storage.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-10-18 12:28:12 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-10-18 12:28:12 +0200
commita73f0b0135f484079f88b9a242bf3b3c5bb1dda4 (patch)
treeff70068ffaa9977b677281a6791b3a56e6ed4ea3 /archinstall/lib/storage.py
parentec49a42f2bdd0917c7a0c5a3c2e224d49f554359 (diff)
Added a session-storag. This is in an attempt to build away some magic functionality that might otherwise be hard to understand/maintain over a long period of time. Using this in profiles/desktop.py as a test.
Diffstat (limited to 'archinstall/lib/storage.py')
-rw-r--r--archinstall/lib/storage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall/lib/storage.py b/archinstall/lib/storage.py
new file mode 100644
index 00000000..2c621f83
--- /dev/null
+++ b/archinstall/lib/storage.py
@@ -0,0 +1 @@
+storage = {} \ No newline at end of file