summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pokemontools/crystal.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py
index 4941dc2..1f7f87a 100644
--- a/pokemontools/crystal.py
+++ b/pokemontools/crystal.py
@@ -17,10 +17,6 @@ import string
if not hasattr(json, "dumps"):
json.dumps = json.write
-# New versions of json don't have read anymore.
-if not hasattr(json, "read"):
- json.read = json.loads
-
from labels import (
remove_quoted_text,
line_has_comment_address,