Mercurial > hg > configuration
changeset 112:cbd0f0aea3e5
this TODO is done
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 25 Jun 2012 15:45:27 -0700 |
parents | 16e3b23c80a6 |
children | f7bc409add34 |
files | configuration/configuration.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configuration/configuration.py Thu May 10 15:23:53 2012 -0700 +++ b/configuration/configuration.py Mon Jun 25 15:45:27 2012 -0700 @@ -293,7 +293,7 @@ ### TODO: make the class a real iterator def items(self): - # TODO: allow options to be a list of 2-tuples + # allow options to be a list of 2-tuples if isinstance(self.options, dict): return self.options.items() return self.options