| Index: client/site_tests/factory_Fail/factory_Fail.py
|
| diff --git a/client/site_tests/factory_Fail/factory_Fail.py b/client/site_tests/factory_Fail/factory_Fail.py
|
| index 2eaa2b56eaa9b02c9803938c4aa20a7b2c6f8ca1..fa214c849d728d7f236b88429365094d9ea0b0c6 100644
|
| --- a/client/site_tests/factory_Fail/factory_Fail.py
|
| +++ b/client/site_tests/factory_Fail/factory_Fail.py
|
| @@ -5,7 +5,7 @@
|
| import logging
|
|
|
| from autotest_lib.client.bin import test
|
| -from autotest_lib.client.common_lib import error
|
| +from autotest_lib.client.bin import factory_error as error
|
|
|
| class factory_Fail(test.test):
|
| version = 1
|
|
|