Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r1b768bf7dfe01ac87aaf6d3af7b89012879d8828 -r2383588eef5e87099e1719356276aa5d12a48aeb --- shared/scripts/configuration/utility.py (.../utility.py) (revision 1b768bf7dfe01ac87aaf6d3af7b89012879d8828) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 2383588eef5e87099e1719356276aa5d12a48aeb) @@ -13,7 +13,6 @@ ############################################################################ import names -import sys import test import squish from configuration import config @@ -63,11 +62,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 rejection_msg(text):