Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-10-18 20:26:09 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-10-18 20:26:09 +0200
commitfa4be63e483a0a692f26103b45ad6abe73879f37 (patch)
tree2858c3ffd9bada7dfcb14c546a0d5c0cfac28a63 /examples
parent3d4eaec4662197e15b8f8c05fcefc2a5fa487da5 (diff)
Forgot an import, as well as made BlockDevice() have less verbose output on json.dumps.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 00d2565c..958b1e5f 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -1,4 +1,5 @@
-import archinstall, getpass, time, json
+import archinstall
+import getpass, time, json, sys
def perform_installation(device, boot_partition, language, mirrors):
"""