Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r272eaf16943c4cc8baf0fabfac3a63390ec735bc -rcbacea82190614eab8a046b1d661b1895b000ff0 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 272eaf16943c4cc8baf0fabfac3a63390ec735bc) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision cbacea82190614eab8a046b1d661b1895b000ff0) @@ -13,9 +13,6 @@ ############################################################################ import names -import sys -import test -from configuration import config from builtins import int as pyInt @@ -67,8 +64,7 @@ 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 pressure_pop_up_text_obj(text): names.o_pop_up_pressure_text_obj["text"] = text