chiark / gitweb /
common.write_to_config(): if key doesn't exist in config.py, append it
authorHans-Christoph Steiner <hans@eds.org>
Tue, 21 Apr 2015 02:27:31 +0000 (22:27 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 8 May 2015 20:13:15 +0000 (16:13 -0400)
commitcc0908bdbbc247e723f851db2c60e1eeeafb50ae
treeab676285b2d85324b0ac1b3f810f73dfeb86c023
parentff48c6b7f9f06124ef5397129c57d9816b8c1cd8
common.write_to_config(): if key doesn't exist in config.py, append it

This lets `fdroid update --create-key` add key/value pairs to config.py
fdroidserver/common.py