Make QaConfig a proper container
authorMichele Tartara <mtartara@google.com>
Tue, 24 Sep 2013 14:43:56 +0000 (14:43 +0000)
committerMichele Tartara <mtartara@google.com>
Wed, 25 Sep 2013 07:52:10 +0000 (09:52 +0200)
commitaac832d2792fcfd79dd1c1c8c294512b11095e6d
tree2450167c263a6b192916826fafc76d8d9b875a67
parent5e34123ec95d1e80c058fb9979d19dc663f03ecb
Make QaConfig a proper container

Newer pylint versions complain that QaConfig is not a proper container because
it does not implement the __len__(), __delitem__() and __setitem__() methods.
This commit implements them.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
qa/qa_config.py