]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The value is the dotted module name to the command class.
authorJeremy Kloth <jeremy.kloth@gmail.com>
Tue, 13 Sep 2011 14:26:25 +0000 (08:26 -0600)
committerJeremy Kloth <jeremy.kloth@gmail.com>
Tue, 13 Sep 2011 14:26:25 +0000 (08:26 -0600)
Lib/packaging/command/__init__.py

index 8f8c08c553c709a6a9770bfec1d24c1cb5bb003f..cd34fc8d5b242cb251ca012734b3fe7385dc86f2 100644 (file)
@@ -33,7 +33,7 @@ _COMMANDS = {
 
 # XXX this is crappy
 if os.name == 'nt':
-    _COMMANDS['bdist_msi'] = 'packaging.command.bdist_msi'
+    _COMMANDS['bdist_msi'] = 'packaging.command.bdist_msi.bdist_msi'
 
 # XXX use OrderedDict to preserve the grouping (build-related, install-related,
 # distribution-related)