summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-07 19:50:06 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-07 19:50:06 (GMT)
commit00b41fc8283823eda6347c282d922a5edc15c37d (patch)
tree6510c405adaf4d2ff2a6c63f6956549eee2a96c8 /Lib/distutils/command
parent7f4fdb266a10c3d7959130fad93e89ed849cd6ed (diff)
parenta420c820fe243cbc0d729e9c60f8a93810e973a7 (diff)
downloadcpython-00b41fc8283823eda6347c282d922a5edc15c37d.zip
cpython-00b41fc8283823eda6347c282d922a5edc15c37d.tar.gz
cpython-00b41fc8283823eda6347c282d922a5edc15c37d.tar.bz2
Merge 3.2
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r--Lib/distutils/command/bdist_msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py
index fde0f63..b3cfe9c 100644
--- a/Lib/distutils/command/bdist_msi.py
+++ b/Lib/distutils/command/bdist_msi.py
@@ -260,7 +260,7 @@ class bdist_msi(Command):
self.db.Commit()
if hasattr(self.distribution, 'dist_files'):
- tup = 'bdist_msi', self.target_version or 'any', installer_name
+ tup = 'bdist_msi', self.target_version or 'any', fullname
self.distribution.dist_files.append(tup)
if not self.keep_temp: