sk- / html-linter

HTML5 Linter based on Google Style Guide
Apache License 2.0
7 stars 6 forks source link

Added support for python 3.5 #4

Closed sk- closed 8 years ago

sk- commented 8 years ago

It replaces the use of attrfind in favor of attrfind_tolerant, as the former was removed in python 3.5.

Fixes deezer/html-linter#8.