Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/inheritance_bad/A.py
511:b99c11afb6f5
2:3dff1f10598f
2017-01-27
Paul Boddie
raw
annotate
files
changeset
graph
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