1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint/formatting_structure
Guillaume Ayoub da96902bda Fix many PEP8 errors and warnings
- Put line breaks after operators (that's OK)
- Don't assign lambdas, use functions (well, that's really explicit in
  PEP8, it's really verbose but why not)
- Put imports at the beginning of the file (only special cases for us)
2016-01-15 12:48:25 +01:00
..
__init__.py Replace utf8 with utf-8 for gettext compatibility 2015-11-25 09:38:01 +02:00
boxes.py Replace utf8 with utf-8 for gettext compatibility 2015-11-25 09:38:01 +02:00
build.py Fix many PEP8 errors and warnings 2016-01-15 12:48:25 +01:00
counters.py Replace utf8 with utf-8 for gettext compatibility 2015-11-25 09:38:01 +02:00