remove duplicate method (closes #19127)

This commit is contained in:
Benjamin Peterson 2013-09-29 11:15:31 -04:00
parent 0e234e60e6
commit 61f901c882
1 changed files with 0 additions and 3 deletions

View File

@ -358,9 +358,6 @@ class Attr(Node):
def _get_localName(self):
return self.nodeName.split(":", 1)[-1]
def _get_name(self):
return self.name
def _get_specified(self):
return self.specified