calibre/src/css_selectors
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 Remove useless __future__ imports 2020-08-22 18:47:55 +05:30
errors.py Remove useless __future__ imports 2020-08-22 18:47:55 +05:30
ordered_set.py Fix building with Python 3.10 2021-06-16 14:19:40 -04:00
parser.py Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
select.py Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
tests.py Remove useless __future__ imports 2020-08-22 18:47:55 +05:30