myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
https://sopel.chat/
Other
235 stars 101 forks source link

fix file separators #232

Open abjonnes opened 8 years ago

abjonnes commented 8 years ago

fixes #201; changes all path separators to be system agnostic by way of os.sep and os.path.join

kaneda commented 8 years ago

This looks good to me, thanks @abjonnes ! Have you tested this yet?

abjonnes commented 8 years ago

Yep! Everything works, and I missed one in twss so I've pushed a new commit.

abjonnes commented 8 years ago

I did not test it on a windows machine, though!

kaneda commented 8 years ago

Hey @abjonnes,

Did you have a chance to test this on a Windows machine?