comparison TOOLS/mphelp_check.py @ 36688:a39a9aa7dc70

Update program documentation. This is missing in r36782.
author ib
date Sun, 02 Feb 2014 21:42:59 +0000
parents 8715803f09e8
children
comparison
equal deleted inserted replaced
36687:6f91b66662e3 36688:a39a9aa7dc70
1 #!/usr/bin/python 1 #!/usr/bin/python
2 2
3 # Tool to compare MPlayer translation files against a base file. Reports 3 # Tool to compare MPlayer translation files against a base file. Reports
4 # conflicting arguments, extra strings not present in the base file and 4 # conflicting definitions, mismatching arguments, extra definitions
5 # (optionally) missing strings. 5 # not present in the base file and (optionally) missing definitions.
6 6
7 # Written by Uoti Urpala 7 # Written by Uoti Urpala
8 8
9 import sys 9 import sys
10 import re 10 import re