1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
This commit is contained in:
Guillaume Ayoub 2016-11-17 16:40:11 +01:00
parent ac0fdf962f
commit 61fdde1732

View File

@ -141,6 +141,8 @@ def _computing_order():
for name in first:
order.remove(name)
return tuple(first + order)
COMPUTING_ORDER = _computing_order()
# Maps property names to functions returning the computed values