From 497f9b6602ddd9c218e83fac7cc01733da5e7326 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 18 Jan 2012 00:46:27 -0700 Subject: The python tools should spit out tabs, not spaces. hg-commit-id: fc09f0bbe4b3 --- extras/insert_texts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/insert_texts.py') diff --git a/extras/insert_texts.py b/extras/insert_texts.py index 6d7b7b6d..30163b4d 100644 --- a/extras/insert_texts.py +++ b/extras/insert_texts.py @@ -11,7 +11,7 @@ import analyze_incbins from gbz80disasm import text_asm_pretty_printer, output_bank_opcodes import os, sys import subprocess -spacing = " " +spacing = " " tx_fars = None failed_attempts = {} -- cgit v1.3.1-sl0p