Index: client/cros/cryptohome.py |
diff --git a/client/cros/cryptohome.py b/client/cros/cryptohome.py |
index e38c89710e943108bdc43888b8352afbe04fea79..6635116dd2a7313555fcd7eb4085e38024c664f0 100644 |
--- a/client/cros/cryptohome.py |
+++ b/client/cros/cryptohome.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, utils |
+import logging, os, re |
import common |
import constants as chromeos_constants |
-from autotest_lib.client.bin import test |
+from autotest_lib.client.bin import test, utils |
from autotest_lib.client.common_lib import error |