- Timestamp:
- Dec 10, 2010 1:11:23 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- b67fd22
- Parents:
- 8cf2c507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/init_abac_authorizer.py
r8cf2c507 rf4f036f 4 4 import os, os.path 5 5 6 from optparse import OptionParser7 from federation.authorizer import abac_authorizer , file_expanding_opts6 from federation.util import file_expanding_opts 7 from federation.authorizer import abac_authorizer 8 8 9 class Parser( OptionParser):9 class Parser(file_expanding_opts): 10 10 def __init__(self): 11 OptionParser.__init__(self, usage='%prog [options]')11 file_expanding_opts.__init__(self, usage='%prog [options]') 12 12 self.add_option('--cert', dest='cert', 13 13 action='callback', callback=self.expand_file, type='str',
Note: See TracChangeset
for help on using the changeset viewer.