| Index: client/site_tests/graphics_TearTest/graphics_TearTest.py
|
| diff --git a/client/site_tests/graphics_TearTest/graphics_TearTest.py b/client/site_tests/graphics_TearTest/graphics_TearTest.py
|
| index 6f71ef49200d397f1f87c796f8f660c14dc7bab3..fac6e61a4489c4bf4ca9aedcb4d34420d9c83e7e 100644
|
| --- a/client/site_tests/graphics_TearTest/graphics_TearTest.py
|
| +++ b/client/site_tests/graphics_TearTest/graphics_TearTest.py
|
| @@ -6,7 +6,7 @@ import logging, os
|
|
|
| from autotest_lib.client.bin import utils
|
| from autotest_lib.client.common_lib import error
|
| -from autotest_lib.client.cros import ui, ui_test
|
| +from autotest_lib.client.cros import cros_ui_test, ui
|
|
|
|
|
| def html_button(label, onclick=None):
|
| @@ -22,7 +22,7 @@ TEMPLATE = '''
|
| </table>
|
| '''
|
|
|
| -class graphics_TearTest(ui_test.UITest):
|
| +class graphics_TearTest(cros_ui_test.UITest):
|
| version = 1
|
|
|
|
|
|
|