Updated StringIO import to support io module
Signed-off-by: Tony Witherspoon <tony.witherspoon@gmail.com>
This commit is contained in:
parent
276738f733
commit
ae46bf8907
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from __future__ import unicode_literals
|
|||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
from StringIO import StringIO
|
||||
from io import StringIO
|
||||
|
||||
import docker
|
||||
import py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue