mirror of
https://github.com/python/cpython.git
synced 2025-09-11 03:07:01 +00:00
Merged revisions 85197 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85197 | tarek.ziade | 2010-10-03 16:18:09 +0200 (Sun, 03 Oct 2010) | 1 line Fixed #8980: distutils.command.check was failing w/ docutils installed ........
This commit is contained in:
parent
866c74e3d6
commit
c9afba853c
3 changed files with 10 additions and 7 deletions
|
@ -13,7 +13,7 @@ try:
|
|||
from docutils.parsers.rst import Parser
|
||||
from docutils import frontend
|
||||
from docutils import nodes
|
||||
from StringIO import StringIO
|
||||
from io import StringIO
|
||||
|
||||
class SilentReporter(Reporter):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue