always sort the produced config files

This commit is contained in:
Mattia Rizzolo 2016-07-23 13:36:00 +00:00
parent 6ec60479b7
commit a69117a203
No known key found for this signature in database
GPG Key ID: 4B043FCDB9444540

View File

@ -192,7 +192,7 @@ def join(names):
class Group(object):
"""A group; it doesn't hold a value unless handled by a subclass."""
def __init__(self, help='', supplyDefault=False,
orderAlphabetically=False, private=False):
orderAlphabetically=True, private=False):
self._help = utils.str.normalizeWhitespace(help)
self._name = 'unset'
self._added = []