Changeset 7133
- Timestamp:
- 05/09/08 19:42:15 (3 months ago)
- Files:
-
- trunk/openlayers/tools/exampleparser.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tools/exampleparser.py
r7128 r7133 87 87 doc = Document() 88 88 feed = doc.createElementNS("http://www.w3.org/2005/Atom", "feed") 89 feed.setAttribute("xmlns", "http://www.w3.org/2005/Atom") #ug, is this for real?? 89 90 for example in examples: 90 91 s = os.stat("../examples/" + example["example"])
