Ignore:
Timestamp:
Dec 9, 2009 9:51:34 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
bde2217
Parents:
23356cb
Message:

whoops, some more cl;eanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r23356cb reaa530c  
    9292class fedd_create_opts(fedd_new_opts):
    9393    def __init__(self):
    94         fedd_client_opts.__init__(self)
     94        fedd_new_opts.__init__(self)
    9595        self.add_option("--file", dest="file",
    9696                help="experiment description file")
     
    13811381        if os.access(cert, os.R_OK):
    13821382            fid = fedid(file=cert)
    1383             if opts.use_fedid == True:
    1384                 user = fid
    13851383        else:
    13861384            sys.exit("Cannot read certificate (%s)" % cert)
Note: See TracChangeset for help on using the changeset viewer.