Revert part of previous patch: several install_* subcommands expect

.compile to be None, and set it to true if it is.
    Caught by Pearu Peterson.

Bugfix candidate, if the previous change is accepted for
release22-maint.
This commit is contained in:
Andrew M. Kuchling 2002-03-22 15:35:17 +00:00
parent 16c22976c3
commit b26ca9db2e

View File

@ -164,7 +164,7 @@ class install (Command):
self.install_scripts = None
self.install_data = None
self.compile = 0
self.compile = None
self.optimize = None
# These two are for putting non-packagized distributions into their