mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 21:27:47 +02:00
Import print_function from __future__ for python compatibility
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.
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
#NOTE: If you make modifications here, consider whether they should
|
||||
#be duplicated in ../lsteamclient/gen_wrapper.py
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import pprint
|
||||
import sys
|
||||
import clang.cindex
|
||||
|
Reference in New Issue
Block a user