Again, a mistake in merging. Line had been changed in file in new_tko/tko,
but was not persisted to frontend/tko.


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4230 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/tko/graphing_utils.py b/frontend/tko/graphing_utils.py
index aab26a5..44a5e11 100644
--- a/frontend/tko/graphing_utils.py
+++ b/frontend/tko/graphing_utils.py
@@ -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