- Timestamp:
- Sep 15, 2011 11:19:16 AM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 5097195
- Parents:
- 74572ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_to_abac.py
r74572ba rb5aa64a 32 32 self.add_option('--policy_only', action='store_const', const=False, 33 33 dest='make_authorizer', default=True, 34 help='Only create the directory of certs, "+ \35 "do not create an authorizer')34 help='Only create the directory of certs, ' + \ 35 'do not create an authorizer') 36 36 self.add_option('--update', action='store_const', const=True, 37 37 dest='update_authorizer', default=False,
Note: See TracChangeset
for help on using the changeset viewer.