diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-07 20:40:06 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-07 20:40:06 (GMT) |
commit | ae6a5a73dc5990ce28129b2eead626449f72a277 (patch) | |
tree | 3fe673610b0a03a8c1d8461ce113224585e904d8 /Mac/scripts | |
parent | 4b7a6c8b587a15fd2b6d17e21ad63431503a5c9e (diff) | |
download | cpython-ae6a5a73dc5990ce28129b2eead626449f72a277.zip cpython-ae6a5a73dc5990ce28129b2eead626449f72a277.tar.gz cpython-ae6a5a73dc5990ce28129b2eead626449f72a277.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/BuildApplet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/BuildApplet.py b/Mac/scripts/BuildApplet.py index ae5e3a3..e71ebc1 100644 --- a/Mac/scripts/BuildApplet.py +++ b/Mac/scripts/BuildApplet.py @@ -21,7 +21,7 @@ if not sys.executable.startswith(sys.exec_prefix): # sys.executable points inside the current application bundle. Because this # path contains blanks (two of them actually) this path isn't usable on # #! 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') # Just in case we're not in a framework: |