diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-16 23:22:20 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-16 23:22:20 (GMT) |
commit | cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e (patch) | |
tree | 600dba50df832a9ec7ab64ebc5a573cf4f8d4477 /Mac/OSX | |
parent | 0c8d7b0f3f8a096a533f992c425c025926fd6d9b (diff) | |
download | cpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.zip cpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.tar.gz cpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Mac/OSX')
-rw-r--r-- | Mac/OSX/IDLE/idlemain.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/OSX/IDLE/idlemain.py b/Mac/OSX/IDLE/idlemain.py index b7a3c04..ace3950 100644 --- a/Mac/OSX/IDLE/idlemain.py +++ b/Mac/OSX/IDLE/idlemain.py @@ -2,7 +2,7 @@ import argvemulator from idlelib.PyShell import main import sys, os -# Make sure sys.executable points to the python interpreter inside the +# Make sure sys.executable points to the python interpreter inside the # framework, instead of at the helper executable inside the application # bundle (the latter works, but doesn't allow access to the window server) sys.executable = os.path.join(sys.prefix, 'bin', 'python') @@ -16,4 +16,4 @@ for idx, value in enumerate(sys.argv): argvemulator.ArgvCollector().mainloop() if __name__ == '__main__': - main() + main() |