# HG changeset patch # User Jeff Hammel # Date 1335816363 25200 # Node ID aa5c663dd8b78f4aa031b5b347c0567db1e813e9 # Parent 17001bceec8f0df94a9001e7bccd67d290f54f6b remove obselete comment diff -r 17001bceec8f -r aa5c663dd8b7 configuration/configuration.py --- 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"""