diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-22 09:23:42 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-22 09:23:42 -0400 |
| commit | f6b5e29275f9a54bda847de79760f24a613a3d28 (patch) | |
| tree | 6669f1ad56d804b1018e2412480ff255d991fc20 /setuptools/command/bdist_wininst.py | |
| parent | 97fbee720d6dd5bda37dc2a945d60ec056d49d9e (diff) | |
| parent | 8e3f9d3253d1d0fb820dad4249d5110d017595c1 (diff) | |
| download | python-setuptools-git-f6b5e29275f9a54bda847de79760f24a613a3d28.tar.gz | |
Merge Pull Request 67 from bb://agronholm/bitbucket
Diffstat (limited to 'setuptools/command/bdist_wininst.py')
| -rwxr-xr-x | setuptools/command/bdist_wininst.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/command/bdist_wininst.py b/setuptools/command/bdist_wininst.py index f9d8d4f0..073de97b 100755 --- a/setuptools/command/bdist_wininst.py +++ b/setuptools/command/bdist_wininst.py @@ -1,5 +1,6 @@ import distutils.command.bdist_wininst as orig + class bdist_wininst(orig.bdist_wininst): def reinitialize_command(self, command, reinit_subcommands=0): """ |
