Ver Fonte

Updated StringIO import to support io module

Signed-off-by: Tony Witherspoon <[email protected]>
Tony Witherspoon há 9 anos atrás
pai
commit
ae46bf8907
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/unit/cli_test.py

+ 1 - 1
tests/unit/cli_test.py

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