diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index 010689f9e..4451d3de8 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -3,6 +3,8 @@ #NOTE: If you make modifications here, consider whether they should #be duplicated in ../vrclient/gen_wrapper.py +from __future__ import print_function + import pprint import sys import clang.cindex diff --git a/proton b/proton index c9355372e..da6501d32 100755 --- a/proton +++ b/proton @@ -2,6 +2,8 @@ #script to launch Wine with the correct environment +from __future__ import print_function + import filecmp import json import os diff --git a/vrclient_x64/gen_wrapper.py b/vrclient_x64/gen_wrapper.py index ad28fb4db..13709599c 100755 --- a/vrclient_x64/gen_wrapper.py +++ b/vrclient_x64/gen_wrapper.py @@ -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