Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed May 3, 2015
1 parent 285ff1f commit 8482c1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commands/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ class MutuallyExclusiveGroup(object):
def __init__(self, *args):
self.arguments = list(args)

# Derived classes

######################################################################
# Derived Parsers


class CreditParser(int):
"""
Expand Down

0 comments on commit 8482c1b

Please sign in to comment.