mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Add forgotten initialization. Fixes bug #120994, "Traceback with
DISTUTILS_DEBUG set"
This commit is contained in:
parent
f947ffe951
commit
8fe2c12d49
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue