Revision 3806
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/review | ||
---|---|---|
1 | 1 |
#!/usr/bin/env python |
2 | 2 |
# Converts a map spreadsheet to human-readable (but machine unusable) form |
3 |
# Usage: self <in_map >out_ma |
|
3 |
# Usage: self <in_map >out_map
|
|
4 | 4 |
|
5 | 5 |
import csv |
6 | 6 |
import re |
Also available in: Unified diff
review: Usage message: Fixed typo