[compat] add compat_SimpleCookie to __all__ array
authorRemita Amine <remitamine@gmail.com>
Mon, 5 Apr 2021 06:16:50 +0000 (07:16 +0100)
committerRemita Amine <remitamine@gmail.com>
Mon, 5 Apr 2021 06:16:50 +0000 (07:16 +0100)
youtube_dl/compat.py

index 8bbebebcf4902845612b78bba99f581c2a3aff33..8a5262dc8e3dec532141652c5039926b275caf1e 100644 (file)
@@ -3002,6 +3002,7 @@ __all__ = [
     'compat_HTMLParseError',
     'compat_HTMLParser',
     'compat_HTTPError',
+    'compat_SimpleCookie',
     'compat_Struct',
     'compat_b64decode',
     'compat_basestring',