From 3ecd3ab293d8be7f0bf6829a3386999372b2f9e8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 15 Jan 2014 07:28:25 +0000 Subject: [PATCH] PR 47: print() fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- buildtools/distutils_hacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/distutils_hacks.py b/buildtools/distutils_hacks.py index 5de58da0..e747cf2b 100644 --- a/buildtools/distutils_hacks.py +++ b/buildtools/distutils_hacks.py @@ -120,7 +120,7 @@ class wx_install_headers(distutils.command.install_headers.install_headers): cfg = Config() root = self.root - #print "WXPREFIX is %s, root is %s" % (WXPREFIX, root) + #print("WXPREFIX is %s, root is %s" % (WXPREFIX, root)) # hack for universal builds, which append i386/ppc # to the root if root is None or cfg.WXPREFIX.startswith(os.path.dirname(root)):