From: Tim Peters Date: Fri, 9 Feb 2001 21:23:21 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.1b1~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=670fa52698e90b5025dc2434310eada42fcfdd4a;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Tools/idle/setup.py b/Tools/idle/setup.py index e0612c2666ea..73f3a810c184 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']