Skip to content

Commit

Permalink
disable #19 due to pending PR: T0ha/ezodf#18
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 8, 2016
1 parent 9089cca commit 69df074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyexcel_io/_compact.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def is_generator(struct):


if PY2:
from cStringIO import StringIO
from cStringIO import StringIO as BytesIO
from StringIO import StringIO
from StringIO import StringIO as BytesIO
text_type = unicode

class Iterator(object):
Expand Down

0 comments on commit 69df074

Please sign in to comment.