StringIO was also moved in Python 3

This commit is contained in:
András Veres-Szentkirályi 2017-01-12 11:14:54 +01:00
parent a43f64fd79
commit 8f8f431050

View file

@ -4,7 +4,7 @@ from six.moves import zip
import pickle
import mock
from mock import MagicMock
from StringIO import StringIO
from six import StringIO
import hashlib
from pysstv import sstv