- Timestamp:
- Dec 7, 2010 12:49:12 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 1660f7c
- Parents:
- a7c0bcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_create.py
ra7c0bcb rcd60510 153 153 (opts, args) = parser.parse_args() 154 154 155 svcs = [] 155 156 # Option processing 156 157 cert, fid, url = wrangle_standard_options(opts) … … 199 200 200 201 # Fill in services 201 svcs = []202 202 if opts.master and opts.project: 203 203 svcs.append(project_export_service(opts.master, opts.project))
Note: See TracChangeset
for help on using the changeset viewer.