chiark / gitweb /
when generating config.py during init, uncomment changed options
authorHans-Christoph Steiner <hans@eds.org>
Fri, 4 Apr 2014 01:02:18 +0000 (21:02 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 7 Apr 2014 20:00:17 +0000 (16:00 -0400)
commit0736367675404bc6d918835002d7b6ef43cb2f3d
tree72894da59353e5cda7ab924ab16930469b8f82fc
parent40fdc2a94331116cdfcd517d355958bf168634d2
when generating config.py during init, uncomment changed options

The defaults are set in config.py and are often commented out.  Before, the
regex would only change the value, but leave it commented out.  Now, it
will also uncomment it.
fdroidserver/init.py