Mercurial > hg > configuration
changeset 100:aa5c663dd8b7
remove obselete comment
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 30 Apr 2012 13:06:03 -0700 |
parents | 17001bceec8f |
children | f4590492cb4c |
files | configuration/configuration.py |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/configuration/configuration.py Mon Apr 30 13:02:50 2012 -0700 +++ b/configuration/configuration.py Mon Apr 30 13:06:03 2012 -0700 @@ -126,13 +126,6 @@ setattr(values, dest, formatter(getattr(values, dest))) ### plugins for option types -### TODO: this could use a bit of thought -### They should probably be classes -# class Option(object): -# def arguments(self, name, value): -# """return arguments appropriate for construction of an optparse.Option -# def take_action(self, ...): -# """do something appropriate based on type""" class BaseCLI(object): """base_cli for all option types"""