[Python-checkins] distutils2: removed more dead code related to RPMs

tarek.ziade python-checkins at python.org
Sat May 22 23:39:46 CEST 2010


tarek.ziade pushed 4310eca1971e to distutils2:

http://hg.python.org/distutils2/rev/4310eca1971e
changeset:   158:4310eca1971e
user:        Yannick Gingras <ygingras at ygingras.net>
date:        Sat May 22 17:37:17 2010 -0400
summary:     removed more dead code related to RPMs
files:       src/distutils2/command/bdist.py

diff --git a/src/distutils2/command/bdist.py b/src/distutils2/command/bdist.py
--- a/src/distutils2/command/bdist.py
+++ b/src/distutils2/command/bdist.py
@@ -127,8 +127,6 @@
         for i in range(len(self.formats)):
             cmd_name = commands[i]
             sub_cmd = self.reinitialize_command(cmd_name)
-            if cmd_name not in self.no_format_option:
-                sub_cmd.format = self.formats[i]
 
             # passing the owner and group names for tar archiving
             if cmd_name == 'bdist_dumb':

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


More information about the Python-checkins mailing list