From e70fd66040ef86193aa4e1b1d4d34a8e724ff666 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Fri, 28 Sep 2012 09:27:05 -0400 Subject: Fixed package name. --- bs4/builder/_lxml.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bs4/builder/_lxml.py') diff --git a/bs4/builder/_lxml.py b/bs4/builder/_lxml.py index f6b91ff..4c070b8 100644 --- a/bs4/builder/_lxml.py +++ b/bs4/builder/_lxml.py @@ -90,7 +90,6 @@ class LXMLTreeBuilderForXML(TreeBuilder): def start(self, name, attrs, nsmap={}): # Make sure attrs is a mutable dict--lxml may send an immutable dictproxy. attrs = dict(attrs) - nsprefix = None # Invert each namespace map as it comes in. if len(nsmap) == 0 and self.nsmaps != None: -- cgit v1.2.3