mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
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:
@@ -120,7 +120,7 @@ class wx_install_headers(distutils.command.install_headers.install_headers):
|
|||||||
|
|
||||||
cfg = Config()
|
cfg = Config()
|
||||||
root = self.root
|
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
|
# hack for universal builds, which append i386/ppc
|
||||||
# to the root
|
# to the root
|
||||||
if root is None or cfg.WXPREFIX.startswith(os.path.dirname(root)):
|
if root is None or cfg.WXPREFIX.startswith(os.path.dirname(root)):
|
||||||
|
|||||||
Reference in New Issue
Block a user