- Timestamp:
- Jun 26, 2008 2:54:04 PM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 5b8b886
- Parents:
- 8922e1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_client.py
r8922e1b r2d58549 10 10 import M2Crypto.httpslib 11 11 from ZSI import SoapWriter 12 13 import xmlrpclib 12 14 13 15 from fedd_util import fedid, fedd_ssl_context, pack_soap, unpack_soap, \ … … 186 188 187 189 # Process the options using the customized option parser defined above 188 (opts, args) = fedd_client_opts().parse_args() 190 parser = fedd_client_opts() 191 192 (opts, args) = parser.parse_args() 189 193 190 194 if opts.testbed == None:
Note: See TracChangeset
for help on using the changeset viewer.