Updated code to match new rules
[integration/test.git] / csit / variables / tcpmd5user / variables.py
index 02770a65f309e1a685779c16157b4f6f59658500..8ccff4f02218c72bfac9b739b9c1e2ba6cb6c7a2 100644 (file)
@@ -14,14 +14,15 @@ than do manipulation in Robot file.
 # terms of the Eclipse Public License v1.0 which accompanies this distribution,
 # and is available at http://www.eclipse.org/legal/epl-v10.html
 
+import binascii
+from string import Template
+
+
 __author__ = "Vratko Polak"
 __copyright__ = "Copyright(c) 2015, Cisco Systems, Inc."
 __license__ = "Eclipse Public License v1.0"
 __email__ = "vrpolak@cisco.com"
 
-import binascii
-from string import Template
-
 
 # FIXME: Migrate values shared by other suites to separate Python module.