Replace choices=BOOLEANS by type='bool', fix #1326

This commit is contained in:
Michael Scherer 2015-12-21 23:39:20 +01:00 committed by Matt Clay
parent c7f6b5e41f
commit df195b3076
13 changed files with 34 additions and 34 deletions

View file

@ -309,7 +309,7 @@ def main():
array_add=dict(
default=False,
required=False,
choices=BOOLEANS,
type='bool',
),
value=dict(
default=None,