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.
This commit is contained in:
Bryan Bishop 2013-09-01 14:32:59 -05:00
parent 4a00cfac15
commit d9685d76ab

View File

@ -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,