mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-29 01:35:02 -05:00
7 lines
223 B
Python
7 lines
223 B
Python
#!/usr/bin/env python
|
|
# vim:fileencoding=utf-8
|
|
# License: GPL v3 Copyright: 2019, Eli Schwartz <eschwartz@archlinux.org>
|
|
|
|
from http.cookies import SimpleCookie # noqa
|
|
from http.cookiejar import CookieJar, Cookie # noqa
|