Style update.

This commit is contained in:
Jeremy Fincher 2004-09-16 14:18:56 +00:00
parent af65b54ecc
commit ab3e0289f1
1 changed files with 2 additions and 1 deletions

View File

@ -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 = []