Ignore:
Timestamp:
Nov 23, 2010 6:42:19 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
25f66c3
Parents:
353db8c
Message:

Checkpoint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/init_abac_authorizer.py

    r353db8c r6e63513  
    2727except EnvironmentError, e:
    2828    sys.exit("Can't create or write %s: %s" % (e.filename, e.strerror))
    29 except abac_authorizer.bad_cert, e:
     29except abac_authorizer.bad_cert_error, e:
    3030    sys.exit("Error creating authorizer: %s" % e)
Note: See TracChangeset for help on using the changeset viewer.