Describe UcheOgbuji/Test Run 2010-03-03 here.
$ nosetests tree/ ./System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py:173: SyntaxWarning: The null string should be None, not empty. y = copier(memo) ./System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py:79: SyntaxWarning: The null string should be None, not empty. return copier(x) .......... ---------------------------------------------------------------------- Ran 12 tests in 36.044s OK
$ nosetests xmlcore/
......F...F.....
======================================================================
FAIL: Parse with overridden default namespace and re-overridden child
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/xmlcore/test_parse_fragment.py", line 63, in test_parse_overridden_default_namespace_reoverridden_child
self.assertEqual(EXPECTED3, doc.xml_encode())
AssertionError: '<?xml version="1.0" encoding="UTF-8"?>\n<p xmlns="http://www.w3.org/1999/xhtml">hello<b xmlns="">world</b>. How ya doin\'?</p>' != '<?xml version="1.0" encoding="UTF-8"?>\n<p xmlns="http://www.w3.org/1999/xhtml">hello<b>world</b>. How ya doin\'?</p>'
======================================================================
FAIL: Tests output of canonical XML (see also test_c14n)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/xmlcore/test_write.py", line 90, in test_canonical
'<?xml version="1.0" encoding="UTF-8"?>\n'
AssertionError: '<root><empty></empty></root>' != '<?xml version="1.0" encoding="UTF-8"?>\n<root><empty></empty></root>'
----------------------------------------------------------------------
Ran 16 tests in 0.793s
FAILED (failures=2)$ nosetests demo/FEEEEEEE.
======================================================================
ERROR: Testing atom to RSS conversion
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/demo/test_atomtools.py", line 140, in test_atom2rdf_rss
f = feed(feedxml=tidy_atom(filesource('rfc4287-1-1-2.atom')))
File "/Users/uche/.local/lib/python2.6/site-packages/amara/tools/atomtools.py", line 214, in __init__
bindery.nodes.entity_base.__init__(self, document_uri)
NameError: global name 'document_uri' is not defined
======================================================================
ERROR: test_entry1 (test_atomtools.Test_feed)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/demo/test_atomtools.py", line 100, in test_entry1
f = feed(skel=self.SKEL)
File "/Users/uche/.local/lib/python2.6/site-packages/amara/tools/atomtools.py", line 214, in __init__
bindery.nodes.entity_base.__init__(self, document_uri)
NameError: global name 'document_uri' is not defined
======================================================================
ERROR: Testing atom entry basics
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/demo/test_atomtools.py", line 120, in test_entry_basics1
f = feed(feedxml=tidy_atom(filesource('rfc4287-1-1-1.atom')))
File "/Users/uche/.local/lib/python2.6/site-packages/amara/tools/atomtools.py", line 214, in __init__
bindery.nodes.entity_base.__init__(self, document_uri)
NameError: global name 'document_uri' is not defined
======================================================================
ERROR: Testing atom entry basics
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/demo/test_atomtools.py", line 129, in test_entry_basics2
f = feed(feedxml=tidy_atom(filesource('rfc4287-1-1-2.atom')))
File "/Users/uche/.local/lib/python2.6/site-packages/amara/tools/atomtools.py", line 214, in __init__
bindery.nodes.entity_base.__init__(self, document_uri)
NameError: global name 'document_uri' is not defined
======================================================================
ERROR: Testing atom entry basics
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/demo/test_atomtools.py", line 110, in test_feed_basics
f = feed(feedxml=tidy_atom(filesource('rfc4287-1-1-2.atom')))
File "/Users/uche/.local/lib/python2.6/site-packages/amara/tools/atomtools.py", line 214, in __init__
bindery.nodes.entity_base.__init__(self, document_uri)
NameError: global name 'document_uri' is not defined
======================================================================
ERROR: test_init1 (test_atomtools.Test_feed)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/demo/test_atomtools.py", line 87, in test_init1
f = feed(skel=self.SKEL)
File "/Users/uche/.local/lib/python2.6/site-packages/amara/tools/atomtools.py", line 214, in __init__
bindery.nodes.entity_base.__init__(self, document_uri)
NameError: global name 'document_uri' is not defined
======================================================================
ERROR: test_init2 (test_atomtools.Test_feed)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/demo/test_atomtools.py", line 93, in test_init2
f = feed()
File "/Users/uche/.local/lib/python2.6/site-packages/amara/tools/atomtools.py", line 214, in __init__
bindery.nodes.entity_base.__init__(self, document_uri)
NameError: global name 'document_uri' is not defined
======================================================================
FAIL: test_ejsonize1 (test_atomtools.Test_ejsonize)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/demo/test_atomtools.py", line 41, in test_ejsonize1
self.assertEqual(results, EXPECTED)
AssertionError: [{u'updated': u'2005-07-31T12:29:29Z', u'content_text': '<div xmlns="http://www.w3.org/1999/xhtml">\n <p><i>[Update: The Atom draft is finished.]</i></p>\n </div>', u'link': u'http://example.org/2005/04/02/atom', u'title': u'Atom draft-07 snapshot', u'summary': u'None', u'authors': [u'Mark Pilgrim'], u'type': u'Entry', u'id': u'tag:example.org,2003:3.2397', u'label': u'tag:example.org,2003:3.2397'}] != [{u'updated': u'2005-07-31T12:29:29Z', u'content_text': u'\n \n [Update: The Atom draft is finished.]\n \n ', u'link': u'http://example.org/2005/04/02/atom', u'title': u'Atom draft-07 snapshot', u'authors': [u'Mark Pilgrim'], u'type': u'Entry', u'summary': u'None', u'label': u'tag:example.org,2003:3.2397'}]
----------------------------------------------------------------------
Ran 9 tests in 1.906s
FAILED (errors=7, failures=1)$ nosetests sevendays/
..E.F/Users/uche/.local/lib/python2.6/site-packages/amara/__init__.py:294: UserWarning: xml_print() function is deprecated; use xml_write() or xml_encode() method instead
warnings.warn("xml_print() function is deprecated; use xml_write() or xml_encode() method instead")
/Users/uche/.local/lib/python2.6/site-packages/amara/writers/__init__.py:159: UserWarning: xml_print() function is deprecated; use xml_write() or xml_encode() method instead
warnings.warn("xml_print() function is deprecated; use xml_write() or xml_encode() method instead")
....
======================================================================
ERROR: test_iterator (test.sevendays.test_three.TestIterators)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/sevendays/test_three.py", line 122, in test_iterator
) for ename, elems in itertools.groupby(leaves, lambda x: x.xml_qname) ),
File "/Users/uche/.local/lib/python2.6/site-packages/amara/writers/struct.py", line 128, in feed
self.feed(subobj)
File "/Users/uche/.local/lib/python2.6/site-packages/amara/writers/struct.py", line 174, in feed
self.feed(lead, prefixes)
File "/Users/uche/.local/lib/python2.6/site-packages/amara/writers/struct.py", line 197, in feed
self.feed(subobj, prefixes)
File "/Users/uche/.local/lib/python2.6/site-packages/amara/writers/struct.py", line 174, in feed
self.feed(lead, prefixes)
File "/Users/uche/.local/lib/python2.6/site-packages/amara/writers/struct.py", line 196, in feed
for subobj in obj:
File "/Users/uche/dev/amara/test/sevendays/test_three.py", line 121, in <genexpr>
( E(ename, e.xml_attributes.copy(), e.xml_children) for e in elems )
File "/Users/uche/.local/lib/python2.6/site-packages/amara/writers/struct.py", line 442, in __init__
ns, qname = imap(U, name)
File "/Users/uche/.local/lib/python2.6/site-packages/amara/lib/xmlstring.py", line 47, in U
raise TypeError('Refusing to coerce None into Unicode')
TypeError: Refusing to coerce None into Unicode
======================================================================
FAIL: test_xbel_2 (test.sevendays.test_three.TestIterators)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/sevendays/test_three.py", line 161, in test_xbel_2
self.assertEqual(output, open(FILE('merged-2.xbel')).read())
AssertionError: '<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE xbel PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML" "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd">\n<!-- From http://www.cs.uu.nl/~joris/bookmarks/bookmark.xml -->\n<xbel version="1.0">\n <title>Bookmarks of Joris Graaumans [excerpt]</title>\n <info>\n <metadata owner="Joris Graaumans"/>\n </info>\n <folder folded="yes">\n <title>XML</title>\n <bookmark visited="8/24/00 4:47:38 PM" href="http://www.zvon.org">\n <title>ZVON.org</title>\n </bookmark>\n <bookmark visited="8/25/00 10:31:51 AM" href="http://www.xml.org/">\n <title>XML.ORG - The XML Industry Portal</title>\n </bookmark>\n <bookmark visited="8/30/00 1:42:33 PM" href="http://www.oasis-open.org/cover/sgml-xml.html">\n <title>The XML Cover Pages - Home Page</title>\n </bookmark>\n <folder folded="yes">\n <title>Software</title>\n <bookmark href="http://www.xmlsoftware.com">\n <title>xmlsoftware.com</title>\n </bookmark>\n <bookmark href="http://www.vbxml.com/">\n <title>VBXML</title>\n <desc>Xpath Visualiser</desc>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>DOM</title>\n <bookmark href="http://www.mozilla.org/docs/dom/technote/tn-dom-table/">\n <title>JavaScript DOM level 1</title>\n </bookmark>\n <bookmark href="http://www.w3c.rl.ac.uk/talks/lectures/06gdom/slide12-0.htm">\n <title>JavaScript DOM examples</title>\n </bookmark>\n <bookmark href="http://www.w3.org/TR/DOM-Level-2-Core/">\n <title>DOM-Level-2-Core</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>DTDs</title>\n <folder folded="yes">\n <title>TEI</title>\n <bookmark href="http://www.hcu.ox.ac.uk/TEI/pizza.html">\n <title>TEI pizza chef</title>\n </bookmark>\n <bookmark visited="7/3/00 3:02:43 PM" href="http://www.tei-c.org/">\n <title>TEI Consortium</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>Xbel</title>\n <bookmark visited="8/29/00 3:48:40 PM" href="http://www.python.org/topics/xml/xbel/">\n <title>Xbel homepage</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>Misc</title>\n <bookmark visited="8/24/00 4:00:30 PM" href="http://www.xmlephant.com/pages/Technologies/DTDs_and_Examples/">\n <title>XMLephant: Technologies/DTDs_and_Examples</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>DocBook DTD</title>\n <bookmark visited="8/30/00 4:48:45 PM" href="http://www.oreilly.com/catalog/docbook/chapter/book/refchar.html">\n <title>DocBook Character Entity Reference</title>\n </bookmark>\n <bookmark href="http://www.oreilly.com/catalog/docbook/chapter/book/docbook.html">\n <title>Docbook reference guide</title>\n </bookmark>\n </folder>\n </folder>\n <folder folded="yes">\n <title>XSL</title>\n <bookmark href="http://www.datapower.com/XSLTMark/">\n <title>XSLT benchmark</title>\n </bookmark>\n <bookmark visited="8/25/00 11:09:44 AM" href="http://xml.apache.org/fop/examples.html">\n <title>xml.apache.org Examples</title>\n </bookmark>\n <bookmark visited="8/24/00 4:10:35 PM" href="http://www.w3.org/TR/xsl/">\n <title>XSL specs van W3c</title>\n <desc>XSL working draft 1.0 van het W3c</desc>\n </bookmark>\n <bookmark href="http://www.w3.org/Style/XSL/">\n <title>Extensible Stylesheet\n\t\tLanguage (XSL)</title>\n </bookmark>\n <folder folded="yes">\n <title>Discussion lists</title>\n <bookmark visited="8/10/00 11:04:02 AM" href="http://www.mulberrytech.com/xsl/xsl-list/index.html#subscribing">\n <title>Mulberry Technologies, Inc.: XSL-List -- Open Forum on XSL</title>\n </bookmark>\n <bookmark visited="8/10/00 11:06:40 AM" href="http://www.mulberrytech.com/xsl/index.html">\n <title>Mulberry Technologies, Inc.: XSL</title>\n </bookmark>\n </folder>\n </folder>\n <bookmark visited="8/24/00 9:48:40 AM" href="http://www.oasis-open.org/cover/xml.html#discussionLists">\n <title>XML discussion lists</title>\n </bookmark>\n <bookmark visited="8/30/00 4:41:22 PM" href="http://www.w3.org/">\n <title>The World Wide Web Consortium</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>Dictionaries</title>\n <bookmark visited="8/24/00 4:40:17 PM" href="http://web.psych.ualberta.ca/~mike/Pearl_Street/Dictionary/dictionary.html">\n <title>University of Alberta Cognitive Science Dictionary (Home\n\t\t Page)</title>\n <desc>Cognitive science woordenboek</desc>\n </bookmark>\n <bookmark visited="8/25/00 11:44:32 AM" href="http://www.dictionary.com">\n <title>Dictionary.com</title>\n </bookmark>\n <bookmark visited="7/18/00 2:03:43 PM" href="http://dictionary.cambridge.org/">\n <title>Cambridge International Dictionaries</title>\n </bookmark>\n <bookmark visited="8/29/00 3:10:17 PM" href="http://www.vandale.nl/current/">\n <title>Het Van Dale Taalweb</title>\n </bookmark>\n </folder>\n</xbel>\n' != '<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE xbel PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML" "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd">\n<!-- From http://www.cs.uu.nl/~joris/bookmarks/bookmark.xml -->\n<xbel version="1.0">\n <title>Bookmarks of Joris Graaumans [excerpt]</title>\n <info>\n <metadata owner="Joris Graaumans"/>\n </info>\n <folder folded="yes">\n <title>XML</title>\n <bookmark visited="8/24/00 4:47:38 PM" href="http://www.zvon.org">\n <title>ZVON.org</title>\n </bookmark>\n <bookmark visited="8/25/00 10:31:51 AM" href="http://www.xml.org/">\n <title>XML.ORG - The XML Industry Portal</title>\n </bookmark>\n <bookmark visited="8/30/00 1:42:33 PM" href="http://www.oasis-open.org/cover/sgml-xml.html">\n <title>The XML Cover Pages - Home Page</title>\n </bookmark>\n <folder folded="yes">\n <title>Software</title>\n <bookmark href="http://www.xmlsoftware.com">\n <title>xmlsoftware.com</title>\n </bookmark>\n <bookmark href="http://www.vbxml.com/">\n <title>VBXML</title>\n <desc>Xpath Visualiser</desc>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>DOM</title>\n <bookmark href="http://www.mozilla.org/docs/dom/technote/tn-dom-table/">\n <title>JavaScript DOM level 1</title>\n </bookmark>\n <bookmark href="http://www.w3c.rl.ac.uk/talks/lectures/06gdom/slide12-0.htm">\n <title>JavaScript DOM examples</title>\n </bookmark>\n <bookmark href="http://www.w3.org/TR/DOM-Level-2-Core/">\n <title>DOM-Level-2-Core</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>DTDs</title>\n <folder folded="yes">\n <title>TEI</title>\n <bookmark href="http://www.hcu.ox.ac.uk/TEI/pizza.html">\n <title>TEI pizza chef</title>\n </bookmark>\n <bookmark visited="7/3/00 3:02:43 PM" href="http://www.tei-c.org/">\n <title>TEI Consortium</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>Xbel</title>\n <bookmark visited="8/29/00 3:48:40 PM" href="http://www.python.org/topics/xml/xbel/">\n <title>Xbel homepage</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>Misc</title>\n <bookmark visited="8/24/00 4:00:30 PM" href="http://www.xmlephant.com/pages/Technologies/DTDs_and_Examples/">\n <title>XMLephant: Technologies/DTDs_and_Examples</title>\n </bookmark>\n </folder>\n <folder folded="yes">\n <title>DocBook DTD</title>\n <bookmark visited="8/30/00 4:48:45 PM" href="http://www.oreilly.com/catalog/docbook/chapter/book/refchar.html">\n <title>DocBook Character Entity Reference</title>\n </bookmark>\n <bookmark href="http://www.oreilly.com/catalog/docbook/chapter/book/docbook.html">\n <title>Docbook reference guide</title>\n </bookmark>\n </folder>\n </folder>\n <bookmark visited="8/24/00 9:48:40 AM" href="http://www.oasis-open.org/cover/xml.html#discussionLists">\n <title>XML discussion lists</title>\n </bookmark>\n <bookmark visited="8/30/00 4:41:22 PM" href="http://www.w3.org/">\n <title>The World Wide Web Consortium</title>\n </bookmark>\n <folder folded="yes">\n <title>XSL</title>\n <bookmark href="http://www.datapower.com/XSLTMark/">\n <title>XSLT benchmark</title>\n </bookmark>\n <bookmark visited="8/25/00 11:09:44 AM" href="http://xml.apache.org/fop/examples.html">\n <title>xml.apache.org Examples</title>\n </bookmark>\n <bookmark visited="8/24/00 4:10:35 PM" href="http://www.w3.org/TR/xsl/">\n <title>XSL specs van W3c</title>\n <desc>XSL working draft 1.0 van het W3c</desc>\n </bookmark>\n <bookmark href="http://www.w3.org/Style/XSL/">\n <title>Extensible Stylesheet\n\t\tLanguage (XSL)</title>\n </bookmark>\n <folder folded="yes">\n <title>Discussion lists</title>\n <bookmark visited="8/10/00 11:04:02 AM" href="http://www.mulberrytech.com/xsl/xsl-list/index.html#subscribing">\n <title>Mulberry Technologies, Inc.: XSL-List -- Open Forum on XSL</title>\n </bookmark>\n <bookmark visited="8/10/00 11:06:40 AM" href="http://www.mulberrytech.com/xsl/index.html">\n <title>Mulberry Technologies, Inc.: XSL</title>\n </bookmark>\n </folder>\n </folder>\n </folder>\n <folder folded="yes">\n <title>Dictionaries</title>\n <bookmark visited="8/24/00 4:40:17 PM" href="http://web.psych.ualberta.ca/~mike/Pearl_Street/Dictionary/dictionary.html">\n <title>University of Alberta Cognitive Science Dictionary (Home\n\t\t Page)</title>\n <desc>Cognitive science woordenboek</desc>\n </bookmark>\n <bookmark visited="8/25/00 11:44:32 AM" href="http://www.dictionary.com">\n <title>Dictionary.com</title>\n </bookmark>\n <bookmark visited="7/18/00 2:03:43 PM" href="http://dictionary.cambridge.org/">\n <title>Cambridge International Dictionaries</title>\n </bookmark>\n <bookmark visited="8/29/00 3:10:17 PM" href="http://www.vandale.nl/current/">\n <title>Het Van Dale Taalweb</title>\n </bookmark>\n </folder>\n</xbel>\n'
----------------------------------------------------------------------
Ran 9 tests in 4.944s
FAILED (errors=1, failures=1)$ nosetests bindery/.E.....[(u'ep', u'place', String(u'Hailey,ID')), (u'tse', u'place', String(u'Stamford,CT')), (u'tse', u'opus', u'r8e0e3e5'), (u'r8e0e3e5', u'title', nodeset([<title at 0x102ae59e0: name u'title', 0 namespaces, 0 attributes, 1 children>])), (u'tse', u'tag', nodeset([<tag at 0x102ae5a68: name u'tag', 0 namespaces, 0 attributes, 1 children>])), (u'tse', u'tag', nodeset([<tag at 0x102ae5af0: name u'tag', 0 namespaces, 0 attributes, 1 children>])), (u'lh', u'place', String(u'Harlem,NY')), (u'lh', u'tag', nodeset([<tag at 0x102ae5ea8: name u'tag', 0 namespaces, 0 attributes, 1 children>])), (u'co', u'place', String(u'Idoto,Anambra')), (u'co', u'opus', u'r8e0e7e5'), (u'r8e0e7e5', u'title', nodeset([<title at 0x102af5380: name u'title', 0 namespaces, 0 attributes, 1 children>])), (u'co', u'tag', nodeset([<tag at 0x102af5408: name u'tag', 0 namespaces, 0 attributes, 1 children>])), (u'co', u'tag', nodeset([<tag at 0x102af5490: name u'tag', 0 namespaces, 0 attributes, 1 children>]))]
FEEE............................EE.............EE.....SSF......
======================================================================
ERROR: XML with 2 elements with same local name and different NS on same parent
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_basics.py", line 103, in test_nasty_xml_1
self.assertEqual(len(list(doc.top.monty_)), 1)
AttributeError: 'top' object has no attribute 'monty_'
======================================================================
ERROR: Parse ugly HTML file
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_html.py", line 26, in test_parse_file
doc = html.parse(f.source)
File "/Users/uche/.local/lib/python2.6/site-packages/amara/bindery/html.py", line 190, in parse
return parser.parse(inputsource(source, None).stream, encoding=encoding)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 211, in parse
parseMeta=parseMeta, useChardet=useChardet)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 111, in _parse
self.mainLoop()
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 185, in mainLoop
self.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2266, in endTagTable
self.parser.phase.processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2265, in endTagTable
self.endTagOther(impliedTagToken("select"))
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 2269, in endTagOther
self.parser.phases["inSelect"].processEndTag(token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/html5parser.py", line 460, in processEndTag
self.endTagHandler[token["name"]](token)
File "/Users/uche/.local/lib/python2.6/site-packages/html5lib-0.90-py2.6.egg/html5lib/utils.py", line 36, in __getitem__
return dict.get(self, key, self.default)
RuntimeError: maximum recursion depth exceeded while calling a Python object
======================================================================
ERROR: Test RDFa interpretation from tagsoup
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_html.py", line 41, in test_tagsoup1
h = doc.xml_select(u'//h1')[0]
IndexError: list index out of range
======================================================================
ERROR: test.bindery.test_html.test_simpe_attr_update3
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/.local/lib/python2.6/site-packages/nose-0.11.1-py2.6.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Users/uche/dev/amara/test/bindery/test_html.py", line 14, in test_simpe_attr_update3
doc.a.x = unicode(int(doc.a.x)+1)
AttributeError: 'entity' object has no attribute 'a'
======================================================================
ERROR: testSetNamespace1 (test.bindery.test_mutation.TestBasicMods)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_mutation.py", line 616, in testSetNamespace1
self.assertEqual(doc.A_.xml_name, (u'urn:bogus', u'A'))
AttributeError: 'entity_base' object has no attribute 'A_'
======================================================================
ERROR: testSetNamespace2 (test.bindery.test_mutation.TestBasicMods)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_mutation.py", line 633, in testSetNamespace2
self.assertEqual(doc.A_.xml_name, (u'urn:bogus', u'A'))
AttributeError: 'entity_base' object has no attribute 'A_'
======================================================================
ERROR: test_deep_copy_element (test.bindery.test_mutation.TestTransforms)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_mutation.py", line 680, in test_deep_copy_element
root_elem = copy.deepcopy(doc.xml_first_child)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 173, in deepcopy
y = copier(memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 235, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 173, in deepcopy
y = copier(memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 235, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 235, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 323, in _reconstruct
y = callable(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy_reg.py", line 93, in __newobj__
return cls.__new__(cls, *args)
TypeError: object.__new__(dictproxy) is not safe, use dictproxy.__new__()
======================================================================
ERROR: test_deep_copy_entity (test.bindery.test_mutation.TestTransforms)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_mutation.py", line 667, in test_deep_copy_entity
doc2 = copy.deepcopy(doc)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 173, in deepcopy
y = copier(memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 235, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 255, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 162, in deepcopy
y = copier(x, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 235, in _deepcopy_tuple
y.append(deepcopy(a, memo))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py", line 323, in _reconstruct
y = callable(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy_reg.py", line 93, in __newobj__
return cls.__new__(cls, *args)
TypeError: object.__new__(dictproxy) is not safe, use dictproxy.__new__()
======================================================================
FAIL: Test metadata extraction
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_examplotron_model.py", line 121, in test_metadata_extraction
self.assertEqual(meta_list, normalize_generated_ids(EXPECTED_MD))
AssertionError: [] != [(u'ep', u'place', u'Hailey,ID'), (u'tse', u'place', u'Stamford,CT'), (u'tse', u'opus', u'r*e0e3e5'), (u'r*e0e3e5', u'title', u'The Wasteland'), (u'tse', u'tag', u'old possum'), (u'tse', u'tag', u'poet'), (u'lh', u'place', u'Harlem,NY'), (u'lh', u'tag', u'poet'), (u'co', u'place', u'Idoto,Anambra'), (u'co', u'opus', u'r*e0e7e5'), (u'r*e0e7e5', u'title', u"Heaven's Gate"), (u'co', u'tag', u'biafra'), (u'co', u'tag', u'poet')]
======================================================================
FAIL: Test metadata extraction
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/uche/dev/amara/test/bindery/test_schematron_model.py", line 144, in test_metadata_extraction
self.assertEqual(meta_list, normalize_generated_ids(EXPECTED_MD))
AssertionError: [] != [(u'ep', u'place', u'Hailey,ID'), (u'tse', u'place', u'Stamford,CT'), (u'tse', u'opus', u'r*e0e3e5'), (u'r*e0e3e5', u'title', u'The Wasteland'), (u'tse', u'tag', u'old possum'), (u'tse', u'tag', u'poet'), (u'lh', u'place', u'Harlem,NY'), (u'lh', u'tag', u'poet'), (u'co', u'place', u'Idoto,Anambra'), (u'co', u'opus', u'r*e0e7e5'), (u'r*e0e7e5', u'title', u"Heaven's Gate"), (u'co', u'tag', u'biafra'), (u'co', u'tag', u'poet')]
----------------------------------------------------------------------
Ran 70 tests in 0.425s
FAILED (SKIP=2, errors=8, failures=2)