Ignore:
Timestamp:
Nov 19, 2010 5:56:49 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
85f5d11
Parents:
66a8e6d
Message:

various fixes to abac tools to work with the new library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/init_abac_authorizer.py

    r66a8e6d r547aa3b  
    66class Parser(OptionParser):
    77    def __init__(self):
    8         OptionParser.__init__(self, usage='%prog [options')
     8        OptionParser.__init__(self, usage='%prog [options]')
    99        self.add_option('--cert', dest='cert', help='Identity certificate')
    1010        self.add_option('--key', dest='key', help='Identity key')
Note: See TracChangeset for help on using the changeset viewer.