]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Fri, 9 Feb 2001 21:23:21 +0000 (21:23 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 9 Feb 2001 21:23:21 +0000 (21:23 +0000)
Tools/idle/setup.py

index e0612c2666eaa17243e224ca2bb4addda368d3e9..73f3a810c184c67f801f8a8b920f52dd5dfe3bc0 100644 (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']