aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-07-20 16:47:00 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-07-20 16:47:00 +0200
commite71ef264c0a18f4b140fcf833914fc2883d42bf1 (patch)
tree0a8c47dc23cd78fac5f614a1bcb7af992a4f12bd /json_diff.py
parent6a9480f91dd7e8923b3fb169e4becc74a6eea21d (diff)
downloadjson_diff-e71ef264c0a18f4b140fcf833914fc2883d42bf1.tar.gz
Fix author_email.
Diffstat (limited to 'json_diff.py')
-rwxr-xr-xjson_diff.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/json_diff.py b/json_diff.py
index 7c49e15..70950ab 100755
--- a/json_diff.py
+++ b/json_diff.py
@@ -33,7 +33,7 @@ import logging
from optparse import OptionParser
__author__ = "Matěj Cepl"
-__version__ = "1.3.6"
+__version__ = "1.3.7"
logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s',
level=logging.INFO)
@@ -379,6 +379,7 @@ def main(sys_args):
return 0
+
if __name__ == "__main__":
main_res = main(sys.argv)
sys.exit(main_res)