From: Andrew M. Kuchling Date: Wed, 20 Dec 2000 00:48:12 +0000 (+0000) Subject: Add forgotten initialization. Fixes bug #120994, "Traceback with X-Git-Tag: v2.1a1~513 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fe2c12d497f00e0137c5948c404734ae0b4d9ef;p=python 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 6aee1b35d9..806da01afa 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py @@ -146,6 +146,7 @@ class install (Command): self.install_data = None self.compile = None + self.no_compile = None self.optimize = None # These two are for putting non-packagized distributions into their