OpenLayers OpenLayers

Changeset 7133

Show
Ignore:
Timestamp:
05/09/08 19:42:15 (3 months ago)
Author:
tschaub
Message:

say it isn't so

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tools/exampleparser.py

    r7128 r7133  
    8787    doc = Document() 
    8888    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?? 
    8990    for example in examples: 
    9091        s = os.stat("../examples/" + example["example"])