Updated code to match new rules
[integration/test.git] / tools / mdsal_benchmark / rpcbenchmark.py
index b6640406729ddd8152963f3ac899d9e60e1f85d8..5e091fd02ef2edbca5193f3cc9934f4748f57447 100755 (executable)
@@ -7,15 +7,17 @@
 # and is available at http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
 
+import argparse
+import requests
+import json
+import csv
+
+
 __author__ = "Jan Medved"
 __copyright__ = "Copyright(c) 2015, Cisco Systems, Inc."
 __license__ = "Eclipse Public License v1.0"
 __email__ = "jmedved@cisco.com"
 
-import argparse
-import requests
-import json
-import csv
 
 global BASE_URL