From 8fe2c12d497f00e0137c5948c404734ae0b4d9ef Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 20 Dec 2000 00:48:12 +0000 Subject: Add forgotten initialization. Fixes bug #120994, "Traceback with DISTUTILS_DEBUG set" --- Lib/distutils/command/install.py | 1 + 1 file changed, 1 insertion(+) 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 @@ 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 -- cgit v0.12