Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r923e0245388dc99d9e98a4b49f49df083cff88f9 -r28e268fdcfd271ac31cd03f9e2d496ff87989dd9 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 923e0245388dc99d9e98a4b49f49df083cff88f9) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 28e268fdcfd271ac31cd03f9e2d496ff87989dd9) @@ -14,7 +14,6 @@ import object import names -import sys import time import test import squish @@ -103,7 +102,6 @@ Method to return the current count down in the application @param screen_title - (str) current title of the screen - @return time_text - (str) count down in the application """ if screen_title == BEGIN_PRIME_TITLE or screen_title == PRIMING_TITLE: parent_object = object.parent(squish.waitForObjectExists(self_test_dry_check_list_text(screen_title))) @@ -148,6 +146,7 @@ """ Method to verify the current progress @param count_down - (int) current count down time + @param screen_title - (str) current title of the screen """ test.startSection("Verifying the current progress") if screen_title == BEGIN_PRIME_TITLE or screen_title == PRIMING_TITLE: