We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b532b commit eb16959Copy full SHA for eb16959
1 file changed
tools/clang/utils/check_cfc/setup.py
@@ -8,10 +8,10 @@
8
import platform
9
import sys
10
if platform.system() == 'Windows':
11
- print "Could not find py2exe. Please install then run setup.py py2exe."
+ print("Could not find py2exe. Please install then run setup.py py2exe.")
12
raise
13
else:
14
- print "setup.py only required on Windows."
+ print("setup.py only required on Windows.")
15
sys.exit(1)
16
17
setup(
0 commit comments