cc-4105: more formatting fixes

This commit is contained in:
Rudi Grinberg 2012-08-09 16:17:02 -04:00
parent 38e8c3871e
commit a9819f54d5
2 changed files with 6 additions and 4 deletions

View file

@ -14,8 +14,8 @@ class MMConfig(object):
def __getitem__(self, key):
"""
We always return a copy of the config item to prevent callers from doing any modifications
through the returned objects methods
We always return a copy of the config item to prevent callers from
doing any modifications through the returned objects methods
"""
return copy.deepcopy(self.cfg[key])