Move the mock libraries from client/unittest into client/common_lib/test_utils.
This is a better location, and a rename of the package dir from unittest to
test_utils avoids some conflicts that were occuring between it and the
stdlib unittest module.
Signed-off-by: John Admanski <jadmanski@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1637 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/hosts/bootloader_unittest.py b/server/hosts/bootloader_unittest.py
index 681c9bf..9161a3e 100644
--- a/server/hosts/bootloader_unittest.py
+++ b/server/hosts/bootloader_unittest.py
@@ -3,7 +3,7 @@
import unittest, os
import common
-from autotest_lib.client.unittest import mock
+from autotest_lib.client.common_lib.test_utils import mock
from autotest_lib.client.common_lib import error, utils as common_utils
from autotest_lib.server import utils
from autotest_lib.server.hosts import bootloader, ssh_host