Browse Source

[compat] add compat_SimpleCookie to __all__ array

Remita Amine 4 years ago
parent
commit
760c911299
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/compat.py

+ 1 - 0
youtube_dl/compat.py

@@ -3002,6 +3002,7 @@ __all__ = [
     'compat_HTMLParseError',
     'compat_HTMLParseError',
     'compat_HTMLParser',
     'compat_HTMLParser',
     'compat_HTTPError',
     'compat_HTTPError',
+    'compat_SimpleCookie',
     'compat_Struct',
     'compat_Struct',
     'compat_b64decode',
     'compat_b64decode',
     'compat_basestring',
     'compat_basestring',