remove unused imports from sym.py

This commit is contained in:
Bryan Bishop
2013-08-27 10:09:58 -05:00
parent 967de1cf3c
commit 7ac26e0546

View File

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