summaryrefslogtreecommitdiff
path: root/tests/test_docutilsconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_docutilsconf.py')
-rw-r--r--tests/test_docutilsconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_docutilsconf.py b/tests/test_docutilsconf.py
index edd72be8a..3389a16ee 100644
--- a/tests/test_docutilsconf.py
+++ b/tests/test_docutilsconf.py
@@ -13,12 +13,12 @@ import os
import re
from functools import wraps
-import six
+from six import StringIO
from util import test_roots, TestApp
-html_warnfile = six.StringIO()
+html_warnfile = StringIO()
root = test_roots / 'test-docutilsconf'