comparison configuration/config.py @ 10:c782d750fd6d

comment
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 26 Mar 2012 09:14:04 -0700
parents b28ec204df23
children e00afe2c83bf
comparison
equal deleted inserted replaced
9:b28ec204df23 10:c782d750fd6d
53 """check validity of configuration""" 53 """check validity of configuration"""
54 54
55 # TODO: ensure options in configuration are in self.options 55 # TODO: ensure options in configuration are in self.options
56 unknown_options = [] 56 unknown_options = []
57 57
58 # 58 # TODO: ensure options are of the right type (if specified)
59 59
60 def __call__(self, *args): 60 def __call__(self, *args):
61 """add items to configuration and check it""" 61 """add items to configuration and check it"""
62 62
63 def add(self, config): 63 def add(self, config):