aboutsummaryrefslogtreecommitdiff
path: root/afe_lock_machine.py
diff options
context:
space:
mode:
Diffstat (limited to 'afe_lock_machine.py')
-rwxr-xr-xafe_lock_machine.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/afe_lock_machine.py b/afe_lock_machine.py
index a6766899..da518d59 100755
--- a/afe_lock_machine.py
+++ b/afe_lock_machine.py
@@ -113,6 +113,7 @@ class AFELockManager(object):
# We have to wait to do these imports until the paths above have
# been fixed.
+ # pylint: disable=import-error
from client import setup_modules
setup_modules.setup(base_path=autotest_path,
root_module_name='autotest_lib')