changeset 31:5571d1608cba

add comments
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 26 Mar 2012 17:06:18 -0700
parents b27a7cb2dd5b
children da4d5c5831c6
files configuration/config.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configuration/config.py	Mon Mar 26 17:05:02 2012 -0700
+++ b/configuration/config.py	Mon Mar 26 17:06:18 2012 -0700
@@ -79,6 +79,7 @@
 
 ### plugins for option types
 ### TODO: this could use a bit of thought
+### They should probably be classes
 def base_cli(name, value):
     # CLI arguments
     args = value.get('flags', ['--%s' % name])