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

Unified Diff: server/site_tests/suites/control.network_wifi

Issue 6334103: Fix missing import statement. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/suites/control.network_wifi
diff --git a/server/site_tests/suites/control.network_wifi b/server/site_tests/suites/control.network_wifi
index f810876022eec8c58fd654342a74677fabea4011..73d7b859cdad2f028cce749dd9b23adf9e7c0108 100644
--- a/server/site_tests/suites/control.network_wifi
+++ b/server/site_tests/suites/control.network_wifi
@@ -28,6 +28,7 @@ router - the IP address of the WiFi AP/Router and the names of the
import os
import time
+from autotest_lib.client.common_lib import error
from autotest_lib.server import site_host_attributes, site_remote_power
from autotest_lib.server import site_wifitest
from autotest_lib.server.hosts import ssh_host
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698