Add missing Boolean options

Remove unused no_compile flag
Initialize the Boolean attribute .compile to 0 instead of None

Bugfix candidate.
This commit is contained in:
Andrew M. Kuchling 2002-03-21 23:46:54 +00:00
parent da9f0bf4dd
commit 3f1822b468
1 changed files with 2 additions and 3 deletions

View File

@ -134,7 +134,7 @@ class install (Command):
"filename in which to record list of installed files"),
]
boolean_options = ['force', 'skip-build']
boolean_options = ['compile', 'force', 'skip-build']
negative_opt = {'no-compile' : 'compile'}
@ -164,8 +164,7 @@ class install (Command):
self.install_scripts = None
self.install_data = None
self.compile = None
self.no_compile = None
self.compile = 0
self.optimize = None
# These two are for putting non-packagized distributions into their