diff configuration/configuration.py @ 112:cbd0f0aea3e5

this TODO is done
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 25 Jun 2012 15:45:27 -0700
parents b9fdae6a536a
children f7bc409add34
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