summaryrefslogtreecommitdiff
path: root/Mac/PythonLauncher
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-03 07:27:49 +0000
committerGeorg Brandl <georg@python.org>2007-09-03 07:27:49 +0000
commitc76473d887c446dd9693f6549a59bff53b4d5ef6 (patch)
tree023b4d4cf56a080655082277f606efacaa0bcf99 /Mac/PythonLauncher
parente4ac7504c9fb005d81c710bff40777dc170694a8 (diff)
downloadcpython-git-c76473d887c446dd9693f6549a59bff53b4d5ef6.tar.gz
Fix Mac build, patch #1091 by Humberto Diogenes.
Diffstat (limited to 'Mac/PythonLauncher')
-rw-r--r--Mac/PythonLauncher/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in
index b4b126c908..f27e21e5e1 100644
--- a/Mac/PythonLauncher/Makefile.in
+++ b/Mac/PythonLauncher/Makefile.in
@@ -78,4 +78,4 @@ Python\ Launcher: $(OBJECTS)
$(CC) $(LDFLAGS) -o "Python Launcher" $(OBJECTS) -framework AppKit -framework Carbon
Info.plist: $(srcdir)/Info.plist.in
- sed 's/%VERSION%/'"`$(RUNSHARED) $(BUILDPYTHON) -c 'import platform; print platform.python_version()'`"'/g' < $(srcdir)/Info.plist.in > Info.plist
+ sed 's/%VERSION%/'"`$(RUNSHARED) $(BUILDPYTHON) -c 'import platform; print(platform.python_version())'`"'/g' < $(srcdir)/Info.plist.in > Info.plist