# HG changeset patch # User Jeff Hammel # Date 1340664327 25200 # Node ID cbd0f0aea3e54f7bca0bf4a2bae5e1fd1333316a # Parent 16e3b23c80a6110923abd8287fde01a8de0ab682 this TODO is done diff -r 16e3b23c80a6 -r cbd0f0aea3e5 configuration/configuration.py --- 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