chiark / gitweb /
catacomb/__init__.py: Print group elements properly.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 May 2017 00:38:30 +0000 (01:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 4 May 2017 11:07:10 +0000 (12:07 +0100)
commitd7012c2b527e1a079c78ec4c383083ac4f0eb850
treee6be0d8b1781fb9e41557be1852e5f903eb308d5
parent99d932fe7eb61d521268cf76f0adf41162a8f8fd
catacomb/__init__.py: Print group elements properly.

Slightly grim: add a method to group objects to export their elements as
some useful type, and then call that from the element print function.
catacomb/__init__.py