Ignore:
Timestamp:
Jun 26, 2008 2:54:04 PM (16 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:
5b8b886
Parents:
8922e1b
Message:

fix parser error reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r8922e1b r2d58549  
    1010import M2Crypto.httpslib
    1111from ZSI import SoapWriter
     12
     13import xmlrpclib
    1214
    1315from fedd_util import fedid, fedd_ssl_context, pack_soap, unpack_soap, \
     
    186188
    187189# Process the options using the customized option parser defined above
    188 (opts, args) = fedd_client_opts().parse_args()
     190parser = fedd_client_opts()
     191
     192(opts, args) = parser.parse_args()
    189193
    190194if opts.testbed == None:
Note: See TracChangeset for help on using the changeset viewer.