Again, a mistake in merging. Line had been changed in file in new_tko/tko, but was not persisted to frontend/tko.
Index: autotest/frontend/tko/graphing_utils.py =================================================================== --- autotest/frontend/tko/graphing_utils.py (revision 4229) +++ autotest/frontend/tko/graphing_utils.py (working copy) @@ -22,7 +22,7 @@ import StringIO, colorsys, PIL.Image, PIL.ImageChops from autotest_lib.frontend.afe import readonly_connection from autotest_lib.frontend.afe.model_logic import ValidationError -from autotest_lib.frontend.afe.simplejson import encoder +from simplejson import encoder from autotest_lib.client.common_lib import global_config from autotest_lib.frontend.tko import models, tko_rpc_utils
_______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
