Editor: When working Between platforms, it is often necessary to convert the line endings on files for them to work, especially when it comes to code. Pass Unix Python code with /r and it goes nowhere. Same on Mac Python with /n. This code simply and easily fixes the problem.