Mercurial > hg > documentViewer
changeset 297:4853d3b8544d
*** empty log message ***
| author | abukhman |
|---|---|
| date | Thu, 14 Oct 2010 14:45:52 +0200 |
| parents | c38b86ce1021 |
| children | f4f717cff60a |
| files | MpdlXmlTextServer.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Thu Oct 14 14:39:27 2010 +0200 +++ b/MpdlXmlTextServer.py Thu Oct 14 14:45:52 2010 +0200 @@ -156,7 +156,7 @@ hrefNode= l.getAttributeNodeNS(None, u"id") href= hrefNode.nodeValue hrefList.append(href) - hoho= hrefList.remove("['u%s']"%href) + hoho= hrefList.remove("''") logging.debug("getGisPlaces :%s"%(hoho))
