Revert 10874 changes to _FilterParser.py
svn: r10878
This commit is contained in:
@@ -57,7 +57,7 @@ class FilterParser(handler.ContentHandler):
|
||||
|
||||
def startElement(self, tag, attrs):
|
||||
if tag == "object":
|
||||
if 'type' in attrs:
|
||||
if attrs.has_key('type'):
|
||||
self.namespace = attrs['type']
|
||||
if self.namespace == 'Media':
|
||||
self.namespace = 'MediaObject'
|
||||
|
Reference in New Issue
Block a user