diff options
| author | Yannick Gingras <ygingras@ygingras.net> | 2010-05-22 17:37:17 -0400 |
|---|---|---|
| committer | Yannick Gingras <ygingras@ygingras.net> | 2010-05-22 17:37:17 -0400 |
| commit | 244805736d70de96fdfc522cbe1c08a47fbae565 (patch) | |
| tree | 75d26a473df6640269bd959f023afa378614b890 /src/distutils2/command | |
| parent | 5ec41bd8568655bba93d15e9edc8acbd81fd5cba (diff) | |
| download | disutils2-244805736d70de96fdfc522cbe1c08a47fbae565.tar.gz | |
removed more dead code related to RPMs
Diffstat (limited to 'src/distutils2/command')
| -rw-r--r-- | src/distutils2/command/bdist.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/distutils2/command/bdist.py b/src/distutils2/command/bdist.py index b4d089c..27f9ec3 100644 --- a/src/distutils2/command/bdist.py +++ b/src/distutils2/command/bdist.py @@ -127,8 +127,6 @@ class bdist(Command): 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': |
