1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
WeasyPrint/gorun_settings.py
Simon Sapin fadb60c14f Use strings or numbers instead of lists of cssutils Value objects.
... where appropriate. This remove much of the need for functions like
get_single_keyword and get_single_pixel_value.
2011-10-08 14:41:12 +02:00

10 lines
269 B
Python

# See https://github.com/peterbe/python-gorun
# Note! Order matters which makes it possible to run particular
# command if a file changes in a directory and another command for all
# other files in that directory.
DIRECTORIES = (
('weasy', 'attest --fail-fast'),
)