mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Merge remote-tracking branch 'mapreri/stable-output' into testing. Closes GH-1250.
This commit is contained in:
commit
e41b75d636
@ -192,7 +192,7 @@ def join(names):
|
|||||||
class Group(object):
|
class Group(object):
|
||||||
"""A group; it doesn't hold a value unless handled by a subclass."""
|
"""A group; it doesn't hold a value unless handled by a subclass."""
|
||||||
def __init__(self, help='', supplyDefault=False,
|
def __init__(self, help='', supplyDefault=False,
|
||||||
orderAlphabetically=False, private=False):
|
orderAlphabetically=True, private=False):
|
||||||
self._help = utils.str.normalizeWhitespace(help)
|
self._help = utils.str.normalizeWhitespace(help)
|
||||||
self._name = 'unset'
|
self._name = 'unset'
|
||||||
self._added = []
|
self._added = []
|
||||||
|
Loading…
Reference in New Issue
Block a user