Bulk update of choices=BOOLEANS to type='bool'

pull/6427/head
Richard C Isaacson 10 years ago
parent f1301f6fd9
commit c3dc195362

@ -572,8 +572,8 @@ def main():
method=dict(default='get', choices=['put', 'get', 'delete']),
type=dict(default='file', choices=['file', 'meta']),
meta=dict(type='dict', default=dict()),
clear_meta=dict(choices=BOOLEANS, default=False, type='bool'),
structure=dict(choices=BOOLEANS, default=True, type='bool'),
clear_meta=dict(default=False, type='bool'),
structure=dict(default=True, type='bool'),
expires=dict(type='int'),
)
)

Loading…
Cancel
Save