Fix print statements for pep8
[integration/test.git] / csit / libraries / CrudLibrary.py
index 5fdf77db2336c7d7ebd1f4443098f3963765abbe..b930d84afc9bec7ceede06938e4e23659a95d95d 100644 (file)
@@ -192,7 +192,7 @@ def getCarPersonMappings(hostname, port, ignore):
     """
     resp = UtilLibrary.get(SettingsLibrary.getCarPersonUrl(hostname, port), "admin", "admin")
     resp.encoding = 'utf-8'
-    print (resp)
+    print(resp)
 
     return resp
 
@@ -297,7 +297,7 @@ def options():
 
     usageString = usageString + command + param
 
-    print (usageString)
+    print(usageString)
 
 
 #