edc / bass

Make Bash utilities usable in Fish shell
MIT License
2.2k stars 70 forks source link

Fix Python 3 compatibility. #19

Closed danhper closed 8 years ago

danhper commented 8 years ago

As discussed in #18, the script was breaking on Python 3, so I fixed it to be compatible with both 2 and 3. The env_reader added in #16 seemed to cause the issue.

edc commented 8 years ago

Great catch. Thanks!