Changeset f4f036f


Ignore:
Timestamp:
Dec 10, 2010 1:11:23 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
b67fd22
Parents:
8cf2c507
Message:

Typo on import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/init_abac_authorizer.py

    r8cf2c507 rf4f036f  
    44import os, os.path
    55
    6 from optparse import OptionParser
    7 from federation.authorizer import abac_authorizer, file_expanding_opts
     6from federation.util import file_expanding_opts
     7from federation.authorizer import abac_authorizer
    88
    9 class Parser(OptionParser):
     9class Parser(file_expanding_opts):
    1010    def __init__(self):
    11         OptionParser.__init__(self, usage='%prog [options]')
     11        file_expanding_opts.__init__(self, usage='%prog [options]')
    1212        self.add_option('--cert', dest='cert',
    1313                action='callback', callback=self.expand_file, type='str',
Note: See TracChangeset for help on using the changeset viewer.