more use six.moves to import StringIO
[htsworkflow.git] / htsworkflow / pipelines / test / test_eland.py
index f6851883952332ab4005e06b6713bb011dc928ef..3e5820e30bc9303a09f2a865959e11b155a8ac61 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 """More direct synthetic test cases for the eland output file processing
 """
-from StringIO import StringIO
+from six.moves import StringIO
 from unittest import TestCase
 
 from htsworkflow.pipelines.eland import ELAND, ElandLane, ElandMatches, \