Lichen

tests/inheritance_bad/A.py

511:b99c11afb6f5
2017-01-27 Paul Boddie Configure the Makefile using generated secondary Makefiles, replacing the debug-specific Makefile and permitting the selection of included source files.
     1 from B import E     2      3 class D(E):     4     d = 3