mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 09:55:20 +01:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| binary.py | ||
| builtins.py | ||
| functools.py | ||
| html_entities.py | ||
| http_client.py | ||
| http_cookie.py | ||
| http_server.py | ||
| io.py | ||
| plistlib.py | ||
| queue.py | ||
| reprlib.py | ||
| smtplib.py | ||
| socketserver.py | ||
| urllib.py | ||