commit | 8fe2c12d497f00e0137c5948c404734ae0b4d9ef | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Wed Dec 20 00:48:12 2000 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Wed Dec 20 00:48:12 2000 +0000 |
tree | f6cf2665e2b56448bde8ca4f3dd3eaf2dc0ad7b0 | |
parent | f947ffe951ebf2c194a2d566c3b524d40e96251e [diff] [blame] |
Add forgotten initialization. Fixes bug #120994, "Traceback with DISTUTILS_DEBUG set"
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index 6aee1b3..806da01 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py
@@ -146,6 +146,7 @@ self.install_data = None self.compile = None + self.no_compile = None self.optimize = None # These two are for putting non-packagized distributions into their