diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-12-01 09:00:56 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-12-01 09:01:33 +0100 |
commit | 4473c31b8c32d12fbd46839ee2a767040573919a (patch) | |
tree | 983dcebf8092ad1d867c44383ed725150cfe455a /json_diff.py | |
parent | 3e348dcc926a9169e7c1c37e53b8da10612596aa (diff) | |
download | json_diff-4473c31b8c32d12fbd46839ee2a767040573919a.tar.gz |
One more python 2.4 compatibility fix.
Maintainer of optparse library couldn't have a better idea than to change
"usage:" to "Usage:" (between 2.4 and 2.6)! Grrrrrrr.
Diffstat (limited to 'json_diff.py')
-rwxr-xr-x | json_diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json_diff.py b/json_diff.py index 4f6f495..b7b44fc 100755 --- a/json_diff.py +++ b/json_diff.py @@ -32,7 +32,7 @@ import logging from optparse import OptionParser __author__ = "Matěj Cepl" -__version__ = "1.2.2" +__version__ = "1.2.3" import locale |