devserver: module import cleanup
* Import statements re-grouped: standard lib, third party,
project-local; separated by a single line, preceded by a single line
and followed by two lines. Each group is sorted alphabetically.
* Removed unused imports.
BUG=None
TEST=Passes unit tests.
Change-Id: Iee4f78b1256457bd19b2c159a29763ba3404c272
Reviewed-on: https://gerrit.chromium.org/gerrit/33859
Reviewed-by: Chris Sosa <sosa@chromium.org>
Commit-Ready: Gilad Arnold <garnold@chromium.org>
Tested-by: Gilad Arnold <garnold@chromium.org>
diff --git a/builder_test.py b/builder_test.py
index a6f291e..8fbd160 100755
--- a/builder_test.py
+++ b/builder_test.py
@@ -2,6 +2,7 @@
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
import subprocess
import unittest