[compat] Add compat_HTMLParseError to __all__

This commit is contained in:
Sergey M․ 2017-06-12 02:35:57 +07:00
parent cb1e6d8985
commit b081f53b08
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions

View File

@ -2895,6 +2895,7 @@ else:
__all__ = [
'compat_HTMLParseError',
'compat_HTMLParser',
'compat_HTTPError',
'compat_basestring',