remove a few unused imports

This commit is contained in:
Georg Brandl 2014-09-21 20:28:37 +02:00
parent 24d303706f
commit cdaf4b0a52
3 changed files with 1 additions and 4 deletions

View File

@ -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__

View File

@ -9,7 +9,6 @@
:license: BSD, see LICENSE for details.
"""
import re
from xml.etree import ElementTree
from util import with_app

View File

@ -9,8 +9,6 @@
:license: BSD, see LICENSE for details.
"""
import sys
from six import PY3
from util import TestApp, remove_unicode_literals, path