aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-12-01 09:00:56 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-12-01 09:01:33 +0100
commit4473c31b8c32d12fbd46839ee2a767040573919a (patch)
tree983dcebf8092ad1d867c44383ed725150cfe455a /json_diff.py
parent3e348dcc926a9169e7c1c37e53b8da10612596aa (diff)
downloadjson_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-xjson_diff.py2
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