Ver código fonte

[compat] add compat_SimpleCookie to __all__ array

Remita Amine 4 anos atrás
pai
commit
760c911299
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      youtube_dl/compat.py

+ 1 - 0
youtube_dl/compat.py

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