mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-10 05:46:54 +03:00
0f80f2f52c
This alters the behaviour of python2's print statement to be compatible with python3's print function. While not strictly necessary for now, this might help future compatibility. Thanks to Seppo Yli-Olli (@nanonyme) for suggesting this.