Revert changes from the last commit which caused problems with 2.x

This commit is contained in:
Daniel Neuhäuser
2010-07-11 00:57:08 +02:00
parent a7ca488a8e
commit 839cc5aaeb
2 changed files with 14 additions and 5 deletions

View File

@@ -258,7 +258,7 @@ class NslessParser(ET.XMLParser):
br = name.find('}')
if br > 0:
name = name[br+1:]
self._names[key] = name
self._names[key] = name = self._fixtext(name)
return name