mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
always sort the produced config files
This commit is contained in:
parent
6ec60479b7
commit
a69117a203
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user