Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r456c662ad380a0b230bd4d2464192be5ed16f001 -r8fe5a9ba850a3e98ba082d6bbe110cef84b072fe --- shared/scripts/configuration/utility.py (.../utility.py) (revision 456c662ad380a0b230bd4d2464192be5ed16f001) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 8fe5a9ba850a3e98ba082d6bbe110cef84b072fe) @@ -14,7 +14,6 @@ import csv import names -import sys import test import squish from configuration import config @@ -68,11 +67,9 @@ ScreenObj = squish.waitForObject(screen_object) screenHeight = pyInt(ScreenObj.height) screenWidth = pyInt(ScreenObj.width) - squish.mouseWheel(ScreenObj, screenWidth-1000, - screenHeight-10, 0, -50, squish.Qt.NoModifier) + squish.mouseWheel(ScreenObj, screenWidth-1000,screenHeight-10, 0, -50, squish.Qt.NoModifier) - raise LookupError("zone object is not in view to the user after " + \ - "trying 100 times") + raise LookupError("zone object is not in view to the user after trying 100 times") def keyboard_input(key_value): @@ -300,8 +297,6 @@ except: test.fail("Log file is not created or log file is not created based on standard log naming format.") - - def get_current_log_details(message_ack = False, message_text = None): """ This function is capable to perform data analysis from application log folder.