# HG changeset patch # User Jeff Hammel # Date 1333123218 25200 # Node ID d36032625794019074983b4a776a291bb25c198f # Parent e2a78e13424e64a0b4cb31dda01976da719b7010 add __all__ and whitespace cleanup diff -r e2a78e13424e -r d36032625794 commandparser/command.py --- a/commandparser/command.py Thu Mar 29 16:50:23 2012 -0700 +++ b/commandparser/command.py Fri Mar 30 09:00:18 2012 -0700 @@ -9,6 +9,8 @@ from optparse import OptionParser from pprint import pprint +__all__ = ['Undefined', 'CommandParser'] + class Undefined(object): def __init__(self, default): self.default=default