summaryrefslogtreecommitdiff
path: root/testing/tools/test_runner.py
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-02-13 20:45:02 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-02-13 20:45:02 +0000
commit566d0b9486f024f253d1c331866b04529c9a22b3 (patch)
tree16116df7724cb735c273a26575f6bb2c642fb75b /testing/tools/test_runner.py
parentd0a6f75ffd6a760c70771cc237b843b1ac2a94ee (diff)
downloadpdfium-566d0b9486f024f253d1c331866b04529c9a22b3.tar.xz
Fix nits in Python code.
Change-Id: I01956bff9e7250c9df84afe6b6de96ab4e9b4851 Reviewed-on: https://pdfium-review.googlesource.com/26650 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'testing/tools/test_runner.py')
-rw-r--r--testing/tools/test_runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/tools/test_runner.py b/testing/tools/test_runner.py
index e895552bc8..99ba8758e0 100644
--- a/testing/tools/test_runner.py
+++ b/testing/tools/test_runner.py
@@ -3,7 +3,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import cStringIO
import functools
import multiprocessing
import optparse