remove 'six' name except importing line.

This commit is contained in:
Takayuki Shimizukawa
2014-04-30 21:30:46 +09:00
parent f31d9113ff
commit 1e58062692
44 changed files with 126 additions and 143 deletions

View File

@@ -14,7 +14,7 @@
from util import TestApp, Struct, raises
from nose.tools import with_setup
import six
from six import StringIO
from docutils.statemachine import ViewList
from sphinx.ext.autodoc import AutoDirective, add_documenter, \
@@ -809,7 +809,7 @@ class Class(Base):
u"""should be documented as well - süß"""
# initialized to any class imported from another module
mdocattr = six.StringIO()
mdocattr = StringIO()
"""should be documented as well - süß"""
roger = _funky_classmethod("roger", 2, 3, 4)