Updated code to match new rules
[integration/test.git] / tools / mdsal_benchmark / ntfbenchmark.py
index 1d887e3c90f14afb4a080fae8595f6b04e18c3e7..1fd649b692d1909b82b197fccdd7ed707b2a3f83 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