Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
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):