浏览代码

[compat] add compat_SimpleCookie to __all__ array

Remita Amine 4 年之前
父节点
当前提交
760c911299
共有 1 个文件被更改,包括 1 次插入0 次删除
  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',