summaryrefslogtreecommitdiff
path: root/tests/testutils/capture.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils/capture.py')
-rw-r--r--tests/testutils/capture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/capture.py b/tests/testutils/capture.py
index 60d5a12..b17e807 100644
--- a/tests/testutils/capture.py
+++ b/tests/testutils/capture.py
@@ -2,7 +2,7 @@
import sys
from contextlib import contextmanager
-from StringIO import StringIO
+from six import StringIO
class StderrCapture(StringIO):