1 2 3 4
90c90 < from HTMLParser import HTMLParser, HTMLParseError --- > from html.parser import HTMLParser, HTMLParseError