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

Whitespace normalization.

üst 6b6b39e8
...@@ -74,7 +74,7 @@ text editor with multiple undo, Python colorizing, and many other things, ...@@ -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.""", as well as a Python shell window and a debugger.""",
cmdclass = {'build_py':idle_build_py, cmdclass = {'build_py':idle_build_py,
'install_lib':idle_install_lib}, 'install_lib':idle_install_lib},
package_dir = {idlelib:'.'}, package_dir = {idlelib:'.'},
packages = [idlelib], packages = [idlelib],
scripts = ['idle'] scripts = ['idle']
......
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