Skip to content

Commit 2f66fc3

Browse files
committed
Fix a Python 3 incompatible regression.
1 parent e0577e7 commit 2f66fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
import tempfile
99
import time
10-
from cStringIO import StringIO
10+
from six import StringIO
1111
from xml.sax.saxutils import escape
1212

1313
import click

0 commit comments

Comments
 (0)