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

Unified Diff: client/site_tests/network_3GSafetyDance/network_3GSafetyDance.py

Issue 6479003: Move site_backchannel and site_tpm module into client/cros dir. (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
Index: client/site_tests/network_3GSafetyDance/network_3GSafetyDance.py
diff --git a/client/site_tests/network_3GSafetyDance/network_3GSafetyDance.py b/client/site_tests/network_3GSafetyDance/network_3GSafetyDance.py
index 528cbe44a1e397861a366d8ddfbe135422c57960..105579334b9c88db678712151b6c7b086b8252b4 100644
--- a/client/site_tests/network_3GSafetyDance/network_3GSafetyDance.py
+++ b/client/site_tests/network_3GSafetyDance/network_3GSafetyDance.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.
-from autotest_lib.client.bin import site_backchannel, test, utils
+from autotest_lib.client.bin import test, utils
from autotest_lib.client.common_lib import error
import logging, re, socket, string, time, urllib2

Powered by Google App Engine
This is Rietveld 408576698