Index: client/cros/auth_server.py |
diff --git a/client/cros/auth_server.py b/client/cros/auth_server.py |
index af76c1ee946767086342882ca5aa5b87e68d6b1c..93ba09cb81706d05788ff6533869de7d7874b9e7 100644 |
--- a/client/cros/auth_server.py |
+++ b/client/cros/auth_server.py |
@@ -2,10 +2,11 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import httplib, logging, os, socket, stat, time, utils |
+import httplib, logging, os, socket, stat, time |
import common |
import constants as chromeos_constants, cryptohome, httpd |
+from autotest_lib.client.bin import utils |
from autotest_lib.client.common_lib import error |