Risk: Required at this point
Visibilty: Under the hood
Here is an update to all public tests adding imports where they were missing
and removing import *

Signed-off-by: Scott Zawalski <scottz@google.com>




git-svn-id: http://test.kernel.org/svn/autotest/trunk@1605 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/aborttest/aborttest.py b/client/tests/aborttest/aborttest.py
index 5131cd1..44ceb17 100755
--- a/client/tests/aborttest/aborttest.py
+++ b/client/tests/aborttest/aborttest.py
@@ -1,5 +1,5 @@
-from autotest.client.common_lib import error
-from autotest_client.bin import test
+from autotest_lib.client.common_lib import error
+from autotest_lib.client.bin import test
 
 class aborttest(test.test):
 	version = 1