Mercurial > hg > configuration
changeset 13:0f8115a41ad6
bug fixes
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 26 Mar 2012 10:39:48 -0700 |
parents | db43d30afcf5 |
children | 12162afcd78f |
files | configuration/config.py tests/example.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configuration/config.py Mon Mar 26 10:39:01 2012 -0700 +++ b/configuration/config.py Mon Mar 26 10:39:48 2012 -0700 @@ -51,7 +51,7 @@ def items(self): # TODO: allow options to be a list of 2-tuples - return options.items() + return self.options.items() def check(self, config): """check validity of configuration"""