diff options
author | YamaArashi <shadow962@live.com> | 2012-01-24 04:55:50 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2012-01-24 04:55:50 -0800 |
commit | e7a1d887d9dddcba2d5679c27198952851271f0a (patch) | |
tree | 702226d65822838e9448cc1e8fb191b2462c5fd8 /extras/pretty_map_headers.py | |
parent | 3eda472a22bc0ca68e56884d7a63020b68b7bcad (diff) | |
parent | 3333728b61817b0fe2b8d912eac32ae36cdd50a8 (diff) |
Merge
hg-commit-id: d509fe34f171
Diffstat (limited to 'extras/pretty_map_headers.py')
-rw-r--r-- | extras/pretty_map_headers.py | 6 |
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) |