Skip to content

Commit 69df074

Browse files
committed
disable #19 due to pending PR: T0ha/ezodf#18
1 parent 9089cca commit 69df074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyexcel_io/_compact.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def is_generator(struct):
2525

2626

2727
if PY2:
28-
from cStringIO import StringIO
29-
from cStringIO import StringIO as BytesIO
28+
from StringIO import StringIO
29+
from StringIO import StringIO as BytesIO
3030
text_type = unicode
3131

3232
class Iterator(object):

0 commit comments

Comments
 (0)