| Index: client/bin/local_host.py
|
| diff --git a/client/bin/local_host.py b/client/bin/local_host.py
|
| index 07f5109e71a4adb98ffacc3967184ce6f4ff6822..f8114008ef871c753b0675ddc6b24f3ff78abfb4 100644
|
| --- a/client/bin/local_host.py
|
| +++ b/client/bin/local_host.py
|
| @@ -4,9 +4,9 @@
|
| This file contains the implementation of a host object for the local machine.
|
| """
|
|
|
| -import glob, httplib, logging, os, platform, socket, urlparse
|
| +import glob, os, platform
|
| +from autotest_lib.client.common_lib import hosts, error
|
| from autotest_lib.client.bin import utils
|
| -from autotest_lib.client.common_lib import error, hosts
|
| from autotest_lib.client.common_lib.cros import autoupdater
|
|
|
|
|
|
|