Fix MIT extractor for Python 2.6
authorJeff Smith <whydoubt@yahoo.com>
Wed, 28 Aug 2013 19:00:59 +0000 (14:00 -0500)
committerJeff Smith <whydoubt@yahoo.com>
Wed, 28 Aug 2013 19:24:42 +0000 (14:24 -0500)
The HTML for the MIT page does not parse cleanly for Python 2.6 due
to script tags within an actual script element.  The offending piece
is inside a comment block, so removing all such comment blocks
fixes the parsing.


No differences found