aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/pathod/test_log.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pathod/test_log.py b/test/pathod/test_log.py
index 3d1d10d6..29801eb3 100644
--- a/test/pathod/test_log.py
+++ b/test/pathod/test_log.py
@@ -1,10 +1,10 @@
from pathod import log
from netlib.exceptions import TcpDisconnect
-from six.moves import cStringIO
+import six
-class DummyIO(cStringIO):
+class DummyIO(six.StringIO):
def start_log(self, *args, **kwargs):
pass