summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command/bdist_dumb.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-07 17:11:12 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-07 17:11:12 (GMT)
commitb1c6f59d7100aa34a1ea39eb828f392fa0988ea6 (patch)
treeb795d4c5aeca0eb8bd24ff284b94333ad21a49be /Lib/packaging/command/bdist_dumb.py
parente2618f34be2deb65799ccf073933cd61b443efd4 (diff)
parent2a7cc5343db808b180507b202f98fe4da8e0e7fa (diff)
downloadcpython-b1c6f59d7100aa34a1ea39eb828f392fa0988ea6.zip
cpython-b1c6f59d7100aa34a1ea39eb828f392fa0988ea6.tar.gz
cpython-b1c6f59d7100aa34a1ea39eb828f392fa0988ea6.tar.bz2
Branch merge
Diffstat (limited to 'Lib/packaging/command/bdist_dumb.py')
-rw-r--r--Lib/packaging/command/bdist_dumb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/packaging/command/bdist_dumb.py b/Lib/packaging/command/bdist_dumb.py
index 309f64f..548e3c4 100644
--- a/Lib/packaging/command/bdist_dumb.py
+++ b/Lib/packaging/command/bdist_dumb.py
@@ -80,8 +80,8 @@ class bdist_dumb(Command):
if not self.skip_build:
self.run_command('build')
- install = self.get_reinitialized_command('install_dist',
- reinit_subcommands=True)
+ install = self.reinitialize_command('install_dist',
+ reinit_subcommands=True)
install.root = self.bdist_dir
install.skip_build = self.skip_build
install.warn_dir = False