summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-09 21:23:21 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-09 21:23:21 (GMT)
commit670fa52698e90b5025dc2434310eada42fcfdd4a (patch)
tree3472ed161ace3b2fb154454c336bcde6a692d622 /Tools
parent6b6b39e8b634c8ed7256a1b0702ab26cfc3724e5 (diff)
downloadcpython-670fa52698e90b5025dc2434310eada42fcfdd4a.zip
cpython-670fa52698e90b5025dc2434310eada42fcfdd4a.tar.gz
cpython-670fa52698e90b5025dc2434310eada42fcfdd4a.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/idle/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/setup.py b/Tools/idle/setup.py
index e0612c2..73f3a81 100644
--- a/Tools/idle/setup.py
+++ b/Tools/idle/setup.py
@@ -74,7 +74,7 @@ text editor with multiple undo, Python colorizing, and many other things,
as well as a Python shell window and a debugger.""",
cmdclass = {'build_py':idle_build_py,
- 'install_lib':idle_install_lib},
+ 'install_lib':idle_install_lib},
package_dir = {idlelib:'.'},
packages = [idlelib],
scripts = ['idle']