PR 47: print() fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-01-15 07:28:25 +00:00
parent bbeef1173c
commit 3ecd3ab293

View File

@@ -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)):