Risk: Medium
Visibility: Low
Fix reference from common.test to autotest_lib....
The original reference in test.py has now grown to a lot more files yet again
All are just run of the mill import cleanups
Signed-off-by: Scott Zawalski <scottz@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1606 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/kernel.py b/client/bin/kernel.py
index 94fadc3..bc4397c 100755
--- a/client/bin/kernel.py
+++ b/client/bin/kernel.py
@@ -1,9 +1,9 @@
__author__ = """Copyright Martin J. Bligh, 2006"""
-import os, os.path, shutil, copy, pickle, re, glob, time
-import kernel_config, test, os_dep, kernelexpand
-from fd_stack import tee_output_logdir_mark
-import autotest_utils
+import os, shutil, copy, pickle, re, glob, time
+from autotest_lib.client.bin.fd_stack import tee_output_logdir_mark
+from autotest_lib.client.bin import kernel_config, os_dep, kernelexpand, test
+from autotest_lib.client.bin import autotest_utils
from autotest_lib.client.common_lib import logging, utils