Mercurial > hg > configuration
changeset 8:975fbc45cfcd
note TODO: returning OptionParser
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 24 Mar 2012 23:16:35 -0700 |
parents | 6e3cf8f05464 |
children | b28ec204df23 |
files | configuration/config.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configuration/config.py Sat Mar 24 23:15:21 2012 -0700 +++ b/configuration/config.py Sat Mar 24 23:16:35 2012 -0700 @@ -68,6 +68,10 @@ self.config.update(config) # TODO: option to extend; augment lists/dicts + def parser(self): + """return OptionParser""" + raise NotImplementedError("TODO") + def main(args=sys.argv[:]): # parse command line options