Add forgotten initialization. Fixes bug #120994, "Traceback with

DISTUTILS_DEBUG set"
This commit is contained in:
Andrew M. Kuchling 2000-12-20 00:48:12 +00:00
parent f947ffe951
commit 8fe2c12d49
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ def initialize_options (self):
self.install_data = None
self.compile = None
self.no_compile = None
self.optimize = None
# These two are for putting non-packagized distributions into their