calibre/src/polyglot
Zbigniew Jędrzejewski-Szmek 9d63b6ae56 Drop (object) from class definitions
Python2 had old-style classes (no "(object)"), and new style classes (with
"object"). Under Py3 this is a noop, so let's drop it to make the code
a bit shorter.
2021-09-30 09:23:56 +02:00
..
__init__.py
binary.py Auto fix excess blank lines 2020-08-22 18:47:56 +05:30
builtins.py Minor fixups for changes when removing py3 conditionals 2020-08-22 18:47:56 +05:30
functools.py Remove py3 conditionals 2020-08-22 18:47:56 +05:30
html_entities.py Remove py3 conditionals 2020-08-22 18:47:56 +05:30
http_client.py Remove py3 conditionals 2020-08-22 18:47:56 +05:30
http_cookie.py Remove py3 conditionals 2020-08-22 18:47:56 +05:30
http_server.py Remove py3 conditionals 2020-08-22 18:47:56 +05:30
io.py Auto fix excess blank lines 2020-08-22 18:47:56 +05:30
plistlib.py polyglot: don't try to import plistlib.Data 2020-11-02 07:17:07 +07:00
queue.py Remove py3 conditionals 2020-08-22 18:47:56 +05:30
reprlib.py Remove py3 conditionals 2020-08-22 18:47:56 +05:30
smtplib.py Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
socketserver.py Remove py3 conditionals 2020-08-22 18:47:56 +05:30
urllib.py Auto fix excess blank lines 2020-08-22 18:47:56 +05:30