Lichen

tests/inheritance_bad/B.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 A import D     2      3 class E(D):     4     e = 2