diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-01-18 00:46:27 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-01-18 00:46:27 -0700 |
commit | 497f9b6602ddd9c218e83fac7cc01733da5e7326 (patch) | |
tree | 25518642cc1894a3e6b5fbe0712f9a8c884d7442 /extras/pretty_map_headers.py | |
parent | 024cd7f6b82bb008a59bb37eb5deebde807d536d (diff) |
The python tools should spit out tabs, not spaces.
hg-commit-id: fc09f0bbe4b3
Diffstat (limited to 'extras/pretty_map_headers.py')
-rw-r--r-- | extras/pretty_map_headers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/pretty_map_headers.py b/extras/pretty_map_headers.py index 4b577e36..b76e6cf4 100644 --- a/extras/pretty_map_headers.py +++ b/extras/pretty_map_headers.py @@ -11,7 +11,7 @@ import string import analyze_texts #hopefully not a dependency loop base = 16 -spacing = " " +spacing = " " all_texts = None #map constants |