[Python-checkins] distutils2: Remove redundant redundancy

tarek.ziade python-checkins at python.org
Sun Aug 8 11:50:48 CEST 2010


tarek.ziade pushed d95b3f0dfe62 to distutils2:

http://hg.python.org/distutils2/rev/d95b3f0dfe62
changeset:   512:d95b3f0dfe62
user:        ?ric Araujo <merwok at netwok.org>
date:        Sat Aug 07 18:05:27 2010 +0200
summary:     Remove redundant redundancy
files:       src/distutils2/command/install_distinfo.py

diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py
--- a/src/distutils2/command/install_distinfo.py
+++ b/src/distutils2/command/install_distinfo.py
@@ -54,9 +54,7 @@
 
     def finalize_options(self):
         self.set_undefined_options('install',
-                                   ('installer', 'installer'),
-                                   ('requested', 'requested'),
-                                   ('no_record', 'no_record'))
+                                   'installer', 'requested', 'no_record')
 
         self.set_undefined_options('install_lib',
                                    ('install_dir', 'distinfo_dir'))

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list