diff options
-rw-r--r-- | Lib/distutils/command/install.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |