say it isn't so
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7133 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -86,6 +86,7 @@ def parseHtml(html,ids):
|
|||||||
def createFeed(examples):
|
def createFeed(examples):
|
||||||
doc = Document()
|
doc = Document()
|
||||||
feed = doc.createElementNS("http://www.w3.org/2005/Atom", "feed")
|
feed = doc.createElementNS("http://www.w3.org/2005/Atom", "feed")
|
||||||
|
feed.setAttribute("xmlns", "http://www.w3.org/2005/Atom") #ug, is this for real??
|
||||||
for example in examples:
|
for example in examples:
|
||||||
s = os.stat("../examples/" + example["example"])
|
s = os.stat("../examples/" + example["example"])
|
||||||
example["modified"] = s.st_mtime
|
example["modified"] = s.st_mtime
|
||||||
|
|||||||
Reference in New Issue
Block a user