commit | f31b0c0060dd688c80be3bb97ffdfa193e3d924b | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Thu Nov 29 18:19:22 2007 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Thu Nov 29 18:19:22 2007 +0000 |
tree | c465b6ecaead5edf9791909786de8113e2df8e54 | |
parent | adf2aabbf6db8fd5f0fa4321022cd4f2aa33a44a [diff] [blame] |
Move error.py'>error.py'>error.py out of the client and server and into common_lib. Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1003 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/selftest/selftest.py b/client/tests/selftest/selftest.py index f3e5dc8..877c364 100644 --- a/client/tests/selftest/selftest.py +++ b/client/tests/selftest/selftest.py
@@ -1,6 +1,6 @@ import test from autotest_utils import * -from error import * +from common.error import * class selftest(test.test): version = 1