chiark / gitweb /
make Build class act more like a dict
authorHans-Christoph Steiner <hans@eds.org>
Fri, 18 Nov 2016 08:56:37 +0000 (09:56 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 24 Feb 2017 10:01:01 +0000 (11:01 +0100)
commit4625651192e6b1f619df89e93b2062bb7270409a
tree01cdc76391dcef288c01d6fd94911c6b3001abbc
parent14f204cfe1505862c280dbee0551b84e6591a362
make Build class act more like a dict

This makes it a lot easier to work with Build instances with parsing and
dumping libraries, since they expect only core Python types (dict, list,
tuple, str, etc)
fdroidserver/metadata.py