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

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

Issue 6596018: Refactor site_servo, site_vblock and site_gpio module into client/cros package(directory). (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/cros/vblock.py ('k') | client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/factory_DeveloperRecovery/factory_DeveloperRecovery.py
diff --git a/client/site_tests/factory_DeveloperRecovery/factory_DeveloperRecovery.py b/client/site_tests/factory_DeveloperRecovery/factory_DeveloperRecovery.py
index d628b10b0ec2700766fb6b4b6d4df30f14541907..e62f7f565a0f08de34a35dbfbdf1aea35c6fc6e0 100644
--- a/client/site_tests/factory_DeveloperRecovery/factory_DeveloperRecovery.py
+++ b/client/site_tests/factory_DeveloperRecovery/factory_DeveloperRecovery.py
@@ -27,9 +27,8 @@ from autotest_lib.client.bin import factory
from autotest_lib.client.bin import factory_ui_lib as ful
from autotest_lib.client.bin import test
from autotest_lib.client.common_lib import error
-from autotest_lib.client.common_lib import site_gpio
from autotest_lib.client.common_lib import utils
-
+from autotest_lib.client.cros import gpio
class DevRecTest(object):
gpio_info = {
@@ -301,7 +300,7 @@ class factory_DeveloperRecovery(test.test):
preserve_srcdir = True
def initialize(self):
- self._gpio = site_gpio.Gpio(error.TestError)
+ self._gpio = gpio.Gpio(error.TestError)
self._gpio.setup()
def run_once(self, layout=None):
« no previous file with comments | « client/cros/vblock.py ('k') | client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698