Changeset f9c2f63
- Timestamp:
- May 19, 2010 2:08:55 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 4d4dde4
- Parents:
- f1550c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/topdl.py
rf1550c8 rf9c2f63 2 2 3 3 import re 4 import xml.parsers.expat 4 5 5 6 class base: … … 480 481 481 482 def topology_from_xml(string=None, file=None, filename=None, top="topology"): 482 import xml.parsers.expat483 484 483 class parser: 485 484 def __init__(self, top):
Note: See TracChangeset
for help on using the changeset viewer.