Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: client/bin/local_host.py

Issue 6551020: Merge remote branch 'autotest-upstream/master' into try-box1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/bin/base_utils.py ('k') | client/common_lib/hosts/base_classes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « client/bin/base_utils.py ('k') | client/common_lib/hosts/base_classes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698