Updated code to match new rules
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-performance-test / flow_config_blaster_fle.py
index ac531254f0dcc63ef3abdea4fcccf1a73276f79c..3c3535d5f34dfcdb3432a1e53d75cb332a997dc3 100755 (executable)
@@ -1,9 +1,4 @@
 #!/usr/bin/python
-__author__ = "Jan Medved"
-__copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
-__license__ = "New-style BSD"
-__email__ = "jmedved@cisco.com"
-
 from flow_config_blaster import FlowConfigBlaster
 import argparse
 import netaddr
@@ -11,6 +6,12 @@ import time
 import json
 
 
+__author__ = "Jan Medved"
+__copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
+__license__ = "New-style BSD"
+__email__ = "jmedved@cisco.com"
+
+
 class FlowConfigBlasterFLE(FlowConfigBlaster):
     """
     FlowConfigBlaster, Floodlight Edition; Uses the Floodlight Static Flow Entry Pusher REST API to inject flows.