summaryrefslogtreecommitdiff
path: root/extras/pretty_map_headers.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-24 02:21:00 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-24 02:21:00 -0600
commit0b5e4e49db59311acf62b25737c0593a190278bf (patch)
tree50a7a7e21b49e39bedb32de188c82cb13f7b0811 /extras/pretty_map_headers.py
parent933732c629f1241c19e56e3eadf7816785b325b7 (diff)
python for printing trainer headers
hg-commit-id: c04285b83047
Diffstat (limited to 'extras/pretty_map_headers.py')
-rw-r--r--extras/pretty_map_headers.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/pretty_map_headers.py b/extras/pretty_map_headers.py
index b76e6cf4..729209ff 100644
--- a/extras/pretty_map_headers.py
+++ b/extras/pretty_map_headers.py
@@ -751,6 +751,6 @@ if __name__ == "__main__":
#prepare to pretty print tx_fars
#first you must load all_texts
- tx_fars = find_all_tx_fars()
- for entry in tx_fars:
- print tx_far_pretty_printer(entry)
+ #tx_fars = find_all_tx_fars()
+ #for entry in tx_fars:
+ # print tx_far_pretty_printer(entry)