config: Don't pull in config defaults twice
authorGuido Günther <agx@sigxcpu.org>
Tue, 18 Feb 2014 21:54:41 +0000 (22:54 +0100)
committerGuido Günther <agx@sigxcpu.org>
Wed, 19 Feb 2014 07:33:33 +0000 (08:33 +0100)
commitf1bc54279b6f2a9b8848196044ba5312e2af9aaf
treebb4b86860addbfd5cea6908d224fa61d0ba97665
parent1b0b17c7138617f8a77c4e66b1cc493549e5e0f8
config: Don't pull in config defaults twice

This would otherwise overwrite values set in the legacy config sections.

Closes: #733759
gbp/config.py
tests/test_Config.py