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.feeds+github@gmail.com>2020-10-18 20:18:20 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-10-18 20:18:20 +0200
commit17a70eb9f459230e7e11beb724a68051b2f1c667 (patch)
tree24574e1128e12b1248510f38c37dd34bbabe4c2d /archinstall
parentd5effa744f23472d328f71d7bda9ebd46540c265 (diff)
Removed a stub function
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/general.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py
index 10d22c31..2f4713d8 100644
--- a/archinstall/lib/general.py
+++ b/archinstall/lib/general.py
@@ -31,9 +31,6 @@ def locate_binary(name):
return os.path.join(root, file)
break # Don't recurse
-def to_json(dictionary):
- return json.dumps(dictionary, cls=)
-
class JSON_Encoder:
def _encode(obj):
if isinstance(obj, dict):