calibre/src/tinycss
Eli Schwartz 887f620406
py3 porting cleanup: remove unneeded indirect import of builtins
filter, map, range, and zip were proxied through polyglot.builtins to
ensure that their `future_builtins` forms were used. In python3 this is
no longer needed and they don't need to be imported at all, from
anywhere. So, don't.
2021-10-20 21:43:43 -04:00
..
tests pep8 2021-06-23 10:59:29 +05:30
__init__.py Get rid of iterkeys 2019-03-25 14:31:32 +05:30
color3.py fix: fixing typo grammar 2021-08-02 07:54:49 +07:00
css21.py Fix more typos 2021-10-02 17:15:24 +02:00
decoding.py Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
fonts3.py py3 porting cleanup: remove unneeded indirect import of builtins 2021-10-20 21:43:43 -04:00
media3.py Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
page3.py Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
parsing.py Fix more typos 2021-10-02 17:15:24 +02:00
token_data.py Drop (object) from class definitions 2021-09-30 09:23:56 +02:00
tokenizer.c Move more extension modules to multi-phase initialization 2020-10-24 14:28:56 +05:30
tokenizer.py Auto fix excess blank lines 2020-08-22 18:47:56 +05:30
version.py