Index: client/cros/chrome_test.py |
diff --git a/client/cros/chrome_test.py b/client/cros/chrome_test.py |
index a964611ac6530e2bec7ef4a2111ea4561a8dba96..a389c9357821246c12a25f432376a794f7da66b7 100644 |
--- a/client/cros/chrome_test.py |
+++ b/client/cros/chrome_test.py |
@@ -2,10 +2,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import logging, os, re, shutil, subprocess, tempfile, utils |
+import logging, os, re, shutil, subprocess, tempfile |
import common |
import constants, cros_ui, login |
-from autotest_lib.client.bin import test |
+from autotest_lib.client.bin import test, utils |
from autotest_lib.client.common_lib import error, global_config |
class ChromeTestBase(test.test): |