summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-21 20:28:37 +0200
committerGeorg Brandl <georg@python.org>2014-09-21 20:28:37 +0200
commitae88b6ca841d5977555ac7c924f686c4249a808c (patch)
tree38f375da0d64f221dc837f7eb9ac6f9e6315cb80
parentdebe91efa0ec5c76fcc5fd46dd59dcd433a497c4 (diff)
downloadsphinx-ae88b6ca841d5977555ac7c924f686c4249a808c.tar.gz
remove a few unused imports
-rw-r--r--tests/test_build_html.py2
-rw-r--r--tests/test_directive_code.py1
-rw-r--r--tests/test_environment.py2
3 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index 214580de..62dcccd2 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -12,7 +12,7 @@
import os
import re
-from six import PY3, iteritems, StringIO
+from six import PY3, iteritems
from six.moves import html_entities
from sphinx import __version__
diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py
index 295e201b..f551e9f5 100644
--- a/tests/test_directive_code.py
+++ b/tests/test_directive_code.py
@@ -9,7 +9,6 @@
:license: BSD, see LICENSE for details.
"""
-import re
from xml.etree import ElementTree
from util import with_app
diff --git a/tests/test_environment.py b/tests/test_environment.py
index 11579545..a0170940 100644
--- a/tests/test_environment.py
+++ b/tests/test_environment.py
@@ -9,8 +9,6 @@
:license: BSD, see LICENSE for details.
"""
-import sys
-
from six import PY3
from util import TestApp, remove_unicode_literals, path