Changeset cc6091c
- Timestamp:
- Apr 9, 2012 2:26:51 PM (13 years ago)
- Branches:
- compt_changes, master
- Children:
- a0119a1
- Parents:
- cf7bc45
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/import_abac_creds.py
rcf7bc45 rcc6091c 38 38 39 39 auth = abac_authorizer(load=opts.dir) 40 if not auth.import_credentials(file_list=args [1:]):40 if not auth.import_credentials(file_list=args): 41 41 sys.exit("Could not import all creds") 42 42
Note: See TracChangeset
for help on using the changeset viewer.