summaryrefslogtreecommitdiff
path: root/tests/test_websupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_websupport.py')
-rw-r--r--tests/test_websupport.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_websupport.py b/tests/test_websupport.py
index bcb756755..d355422c9 100644
--- a/tests/test_websupport.py
+++ b/tests/test_websupport.py
@@ -10,9 +10,10 @@
"""
import os
-from StringIO import StringIO
from functools import wraps
+from six import StringIO
+
from sphinx.websupport import WebSupport
from sphinx.websupport.errors import DocumentNotFoundError, \
CommentNotAllowedError, UserNotAuthorizedError