Commit f7490402 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

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

    DISTUTILS_DEBUG set"
parent 41f2923e
...@@ -146,6 +146,7 @@ class install (Command): ...@@ -146,6 +146,7 @@ class install (Command):
self.install_data = None self.install_data = None
self.compile = None self.compile = None
self.no_compile = None
self.optimize = None self.optimize = None
# These two are for putting non-packagized distributions into their # These two are for putting non-packagized distributions into their
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment