Updated code to match new rules
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-performance-test / inventory_perf.py
index 2a4cfa925df3a1286a3975ad447e314e7bcb0781..1309fefab78b190398e97800e5123cd90701631b 100644 (file)
@@ -1,14 +1,15 @@
-__author__ = "Jan Medved"
-__copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
-__license__ = "New-style BSD"
-__email__ = "jmedved@cisco.com"
-
 import argparse
 import requests
 import time
 import threading
 
 
+__author__ = "Jan Medved"
+__copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
+__license__ = "New-style BSD"
+__email__ = "jmedved@cisco.com"
+
+
 class Counter(object):
     def __init__(self, start=0):
         self.lock = threading.Lock()