From d9685d76abebab6814d1400bef058a26b0e18cbd Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 1 Sep 2013 14:32:59 -0500 Subject: don't import remove_quoted_text into crystal.py This function isn't used in crystal.py, so it can be safely removed from the imports. --- pokemontools/crystal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index e3f2455..da935a7 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -22,7 +22,6 @@ if not hasattr(json, "dumps"): json.dumps = json.write from labels import ( - remove_quoted_text, line_has_comment_address, line_has_label, get_label_from_line, -- cgit v1.2.3