Factor-out common code for helper classes.

This commit is contained in:
Raymond Hettinger 2011-02-22 01:55:36 +00:00
parent 16fe75e4e0
commit c9423109f5
2 changed files with 4 additions and 20 deletions

View file

@ -633,7 +633,7 @@ class Counter(dict):
########################################################################
### ChainMap (helper for configparser)
### ChainMap (helper for configparser and string.Template)
########################################################################
class _ChainMap(MutableMapping):