Revision 4b79a2b0b7ca415fe75d72b8d9812452467ed351 authored by Nicolas Dandrimont on 23 October 2019, 11:55:18 UTC, committed by Nicolas Dandrimont on 23 October 2019, 12:22:15 UTC
Instead of relying on attr.asdict recursion, we do recursion ourselves. This
simplifies a lot of the inherited to_dict() methods.
1 parent 2e4558c
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top