| Index: client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py
|
| diff --git a/client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py b/client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py
|
| index 6aaf5853dfef47d8d589ae462114c6392a23747e..5e692522cdb6e6336b3e812e93754f823f16be3e 100644
|
| --- a/client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py
|
| +++ b/client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py
|
| @@ -5,9 +5,9 @@
|
| import logging, os, re
|
| 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
|
|
|
| -class graphics_GLAPICheck(ui_test.UITest):
|
| +class graphics_GLAPICheck(cros_ui_test.UITest):
|
| version = 1
|
| preserve_srcdir = True
|
| error_message = ""
|
|
|