summaryrefslogtreecommitdiff
path: root/setuptools/command/bdist_wininst.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/bdist_wininst.py')
-rwxr-xr-xsetuptools/command/bdist_wininst.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/command/bdist_wininst.py b/setuptools/command/bdist_wininst.py
index 073de97b..8243c917 100755
--- a/setuptools/command/bdist_wininst.py
+++ b/setuptools/command/bdist_wininst.py
@@ -2,6 +2,7 @@ import distutils.command.bdist_wininst as orig
class bdist_wininst(orig.bdist_wininst):
+
def reinitialize_command(self, command, reinit_subcommands=0):
"""
Supplement reinitialize_command to work around