Added env.enable_ra variable and change cert.py and ra.py plugin modules to register plugins conditionally

This commit is contained in:
Jason Gerard DeRose
2009-02-11 13:07:19 -07:00
committed by Rob Crittenden
parent 0e6e11d2e3
commit e0fe732318
4 changed files with 89 additions and 83 deletions

View File

@@ -115,6 +115,9 @@ DEFAULT_CONFIG = (
('prompt_all', False),
('interactive', True),
# Enable certain optional plugins:
('enable_ra', False),
# ********************************************************
# The remaining keys are never set from the values here!
# ********************************************************