mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-04 22:07:34 +00:00
StringIO was also moved in Python 3
This commit is contained in:
parent
a43f64fd79
commit
8f8f431050
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue