Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: HTML parser import error in Python2.7
html.parser is for Python3, HTMLParser is used in Python2.2 and above adding try-except allows to use the module into Python2.7
- Loading branch information