Updated StringIO import to support io module

Signed-off-by: Tony Witherspoon <tony.witherspoon@gmail.com>
This commit is contained in:
Tony Witherspoon 2016-04-12 12:29:59 -04:00
parent 276738f733
commit ae46bf8907
1 changed files with 1 additions and 1 deletions

View File

@ -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