aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/bdist_wininst.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-22 09:23:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-22 09:23:42 -0400
commitf6b5e29275f9a54bda847de79760f24a613a3d28 (patch)
tree6669f1ad56d804b1018e2412480ff255d991fc20 /setuptools/command/bdist_wininst.py
parent97fbee720d6dd5bda37dc2a945d60ec056d49d9e (diff)
parent8e3f9d3253d1d0fb820dad4249d5110d017595c1 (diff)
downloadexternal_python_setuptools-f6b5e29275f9a54bda847de79760f24a613a3d28.tar.gz
external_python_setuptools-f6b5e29275f9a54bda847de79760f24a613a3d28.tar.bz2
external_python_setuptools-f6b5e29275f9a54bda847de79760f24a613a3d28.zip
Merge Pull Request 67 from bb://agronholm/bitbucket
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 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):
"""