more use six.moves to import StringIO
[htsworkflow.git] / htsworkflow / pipelines / test / test_genomemap.py
index 7640910afd0ae6078a658237049ac89d75f62957..2734676106f917d11dc9efc8aee5ea98f09f920d 100644 (file)
@@ -2,7 +2,7 @@
 """More direct synthetic test cases for the eland output file processing
 """
 import os
-from StringIO import StringIO
+from six.moves import StringIO
 import shutil
 import tempfile
 from unittest import TestCase