| Index: client/cros/tpm.py
|
| diff --git a/client/cros/tpm.py b/client/cros/tpm.py
|
| index ca2676bf7fc670ca9d849eba961755bf14aa0119..64b59c7e89eea5c3430547502a7c49872add0947 100644
|
| --- a/client/cros/tpm.py
|
| +++ b/client/cros/tpm.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import dircache, logging, os, utils, time
|
| +import dircache, logging, os, time
|
| from autotest_lib.client.bin import test, utils
|
| from autotest_lib.client.common_lib import error
|
|
|
|
|