index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 20:18:20 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 20:18:20 +0200 |
commit | 17a70eb9f459230e7e11beb724a68051b2f1c667 (patch) | |
tree | 24574e1128e12b1248510f38c37dd34bbabe4c2d /archinstall/lib | |
parent | d5effa744f23472d328f71d7bda9ebd46540c265 (diff) |
-rw-r--r-- | archinstall/lib/general.py | 3 |
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): |