diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 12:24:42 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 12:24:42 -0500 |
commit | 6824783300177aa03cf33bfd259d51f44da4a909 (patch) | |
tree | 0c53629c06b4a873564dabaca5f7856883870b9c | |
parent | bc3502dc1fdb8a0f42ca0765e8f0d04b7d24f85f (diff) |
remove trailing newline from wram.py
-rw-r--r-- | wram.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,4 +78,3 @@ def scrape_constants(text): hram_constants = scrape_constants(open(os.path.join(os.path.dirname(path), 'hram.asm'),'r').readlines()) gbhw_constants = scrape_constants(open(os.path.join(os.path.dirname(path), 'gbhw.asm'),'r').readlines()) - |