mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
Style update.
This commit is contained in:
parent
af65b54ecc
commit
ab3e0289f1
@ -136,7 +136,8 @@ 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):
|
||||
def __init__(self, help='',
|
||||
supplyDefault=False, orderAlphabetically=False):
|
||||
self.help = help
|
||||
self._name = 'unset'
|
||||
self._added = []
|
||||
|
Loading…
Reference in New Issue
Block a user