Changeset 0de1b94
- Timestamp:
- May 27, 2010 1:53:34 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 5334044
- Parents:
- 88dd6cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_create.py
r88dd6cc r0de1b94 51 51 if len(terms) > 3 and len(terms[3]) > 0: 52 52 svcd['fedAttr'] = [ ] 53 for t in terms[3].split(" ,"):53 for t in terms[3].split(";"): 54 54 i = t.find("=") 55 55 if i != -1 :
Note: See TracChangeset
for help on using the changeset viewer.