FrodeSolheim / python-lhafile

LHA archive support for Python
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

BytesOrStringIO #2

Closed cahirwpz closed 9 years ago

cahirwpz commented 9 years ago

Python 2.7.10 executes successfully this statement and imports the module as StringIO, while it should import it as BytesOrStringIO.

https://github.com/FrodeSolheim/python-lhafile/blob/master/lhafile/lhafile.py#L36

FrodeSolheim commented 9 years ago

Merged pull request :)