Whitespace normalization.

This commit is contained in:
Tim Peters 2001-02-09 21:23:21 +00:00
parent 6b6b39e8b6
commit 670fa52698

View file

@ -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']