# HG changeset patch # User Jeff Hammel # Date 1332656195 25200 # Node ID 975fbc45cfcdc7ce641b2f74861579b005992151 # Parent 6e3cf8f054649b870aaa48a96b7f4b75f3ad0478 note TODO: returning OptionParser diff -r 6e3cf8f05464 -r 975fbc45cfcd configuration/config.py --- 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