Changeset f816079


Ignore:
Timestamp:
Dec 1, 2008 3:08:27 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
5d3f239
Parents:
05191a6
Message:

restore fedid command line util

Location:
fedd
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd/fedid.py

    r05191a6 rf816079  
    175175        if keypath: os.remove(keypath)
    176176        if certpath: os.remove(certpath)
    177 
    178 if __name__=='__main__':
    179     if len(sys.argv) != 1:
    180         for arg in sys.argv[1:]:
    181             fid = fedid(file=arg)
    182             print "fedid:%s" % fid
Note: See TracChangeset for help on using the changeset viewer.