aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-12-01 01:42:33 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-12-01 01:42:33 +0100
commit3e348dcc926a9169e7c1c37e53b8da10612596aa (patch)
treed0b8ede77ff8e7f2a45775355997a62a9668d2a3 /json_diff.py
parenta6d7c65d3f731bdcc75c86362b0bb43f8895cd32 (diff)
downloadjson_diff-3e348dcc926a9169e7c1c37e53b8da10612596aa.tar.gz
Fix locale.setlocale to work on RHEL 5.
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 e07d598..4f6f495 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.1"
+__version__ = "1.2.2"
import locale