diff --git a/tools/clang/utils/check_cfc/setup.py b/tools/clang/utils/check_cfc/setup.py index b5fc473639..7405513f0a 100644 --- a/tools/clang/utils/check_cfc/setup.py +++ b/tools/clang/utils/check_cfc/setup.py @@ -8,10 +8,10 @@ import platform import sys if platform.system() == 'Windows': - print "Could not find py2exe. Please install then run setup.py py2exe." + print("Could not find py2exe. Please install then run setup.py py2exe.") raise else: - print "setup.py only required on Windows." + print("setup.py only required on Windows.") sys.exit(1) setup(