Updated code to match new rules
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-performance-test / pretty_print.py
index 5cc4fe300c798ce0aeafad3b0136a4bc371637dd..8d503a30e444cb228027ff68e68a8681eb9e79eb 100755 (executable)
@@ -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__":