[compat] Add compat_HTMLParseError to __all__
authorSergey M․ <dstftw@gmail.com>
Sun, 11 Jun 2017 19:35:57 +0000 (02:35 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 11 Jun 2017 19:36:43 +0000 (02:36 +0700)
youtube_dl/compat.py

index bbc499eda66db7253eeb8dec2801b49d8c5e5796..7ef3274517e3e1584a0a63fa5b4b5e3a91eb34df 100644 (file)
@@ -2895,6 +2895,7 @@ else:
 
 
 __all__ = [
+    'compat_HTMLParseError',
     'compat_HTMLParser',
     'compat_HTTPError',
     'compat_basestring',