[autotest] Removed copy of unittest library.

All tests still pass with the standard unittest library.

BUG=None
TEST=Executed utils/unittest_suite.py locally

Change-Id: I86f7e2884282bca0fcb240fe2f70c4adb71f8ddf
Reviewed-on: https://chromium-review.googlesource.com/357330
Commit-Ready: Justin Giorgi <jgiorgi@google.com>
Tested-by: Justin Giorgi <jgiorgi@google.com>
Reviewed-by: Richard Barnette <jrbarnette@google.com>
Reviewed-by: Simran Basi <sbasi@chromium.org>
diff --git a/scheduler/drones_unittest.py b/scheduler/drones_unittest.py
index 9f9aadc..00cbf0c 100755
--- a/scheduler/drones_unittest.py
+++ b/scheduler/drones_unittest.py
@@ -4,10 +4,11 @@
 """Tests for autotest_lib.scheduler.drones."""
 
 import cPickle
+import unittest
 
 import common
 from autotest_lib.client.common_lib import utils
-from autotest_lib.client.common_lib.test_utils import mock, unittest
+from autotest_lib.client.common_lib.test_utils import mock
 from autotest_lib.scheduler import drones
 from autotest_lib.server.hosts import ssh_host