X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fodl-mdsal-clustering-tests%2Fclustering-performance-test%2Fpretty_print.py;h=8d503a30e444cb228027ff68e68a8681eb9e79eb;hb=7ef28e701bb30353fe438e97c635e05130f23b84;hp=5cc4fe300c798ce0aeafad3b0136a4bc371637dd;hpb=59e81c38620fa1b61e15771191e35771450b9499;p=integration%2Ftest.git diff --git a/tools/odl-mdsal-clustering-tests/clustering-performance-test/pretty_print.py b/tools/odl-mdsal-clustering-tests/clustering-performance-test/pretty_print.py index 5cc4fe300c..8d503a30e4 100755 --- a/tools/odl-mdsal-clustering-tests/clustering-performance-test/pretty_print.py +++ b/tools/odl-mdsal-clustering-tests/clustering-performance-test/pretty_print.py @@ -1,11 +1,13 @@ #!/usr/bin/python +import json +import sys + + __author__ = "Jan Medved" __copyright__ = "Copyright(c) 2014, Cisco Systems, Inc." __license__ = "New-style BSD" __email__ = "jmedved@cisco.com" -import json -import sys if __name__ == "__main__":