blob: cc5ce2d8a79c1936ddf8b0988a2f92b9c1431390 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Lib/__init__.py
+++ Lib/__init__.py
@@ -34,8 +34,8 @@
# DAMAGE.
#
#-----------------------------------------------------------------------------
-print """CXX is installed.
+print("""CXX is installed.
The support files you need are in the PYTHON/etc/CXX directory.
The include files are in the distutils include path already.
Just refer to them as "CXX/CXX_Objects.h", etc.
-"""
+""")
|