diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:09:58 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:09:58 -0500 |
commit | 7ac26e0546b1611beeb24048e19074019eee0195 (patch) | |
tree | 3df449697585423f3987a7ef8fded174141d83f5 | |
parent | 967de1cf3c16eb7806a745acc65ceb222ad5d6dc (diff) |
remove unused imports from sym.py
-rw-r--r-- | pokemontools/sym.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pokemontools/sym.py b/pokemontools/sym.py index f78b9af..ee6ecae 100644 --- a/pokemontools/sym.py +++ b/pokemontools/sym.py @@ -2,10 +2,6 @@ import json -# from crystal import load_rom -# from gbz80disasm import load_labels - - def make_sym_from_json(filename = '../pokecrystal.sym', j = 'labels.json'): # todo: delete and remake labels.json at runtime with open(filename, 'w') as sym: |