Kaydet (Commit) ae6a5a73 authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst 4b7a6c8b
...@@ -232,7 +232,7 @@ PKG_RECIPES=[ ...@@ -232,7 +232,7 @@ PKG_RECIPES=[
name="PythonSystemFixes", name="PythonSystemFixes",
long_name="Fix system Python", long_name="Fix system Python",
readme="""\ readme="""\
This package updates the system python installation on This package updates the system python installation on
Mac OS X 10.3 to ensure that you can build new python extensions Mac OS X 10.3 to ensure that you can build new python extensions
using that copy of python after installing this version of using that copy of python after installing this version of
python. python.
......
...@@ -21,7 +21,7 @@ if not sys.executable.startswith(sys.exec_prefix): ...@@ -21,7 +21,7 @@ if not sys.executable.startswith(sys.exec_prefix):
# sys.executable points inside the current application bundle. Because this # sys.executable points inside the current application bundle. Because this
# path contains blanks (two of them actually) this path isn't usable on # path contains blanks (two of them actually) this path isn't usable on
# #! lines. Reset sys.executable to point to the embedded python interpreter # #! lines. Reset sys.executable to point to the embedded python interpreter
sys.executable = os.path.join(sys.prefix, sys.executable = os.path.join(sys.prefix,
'Resources/Python.app/Contents/MacOS/Python') 'Resources/Python.app/Contents/MacOS/Python')
# Just in case we're not in a framework: # Just in case we're not in a framework:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment