mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
11 lines
477 B
Text
11 lines
477 B
Text
--- unittest2/compatibility.py.orig 2014-10-29 10:51:58 UTC
|
|
+++ unittest2/compatibility.py
|
|
@@ -140,7 +140,7 @@ except ImportError:
|
|
### ChainMap (helper for configparser and string.Template)
|
|
########################################################################
|
|
|
|
-class ChainMap(collections.MutableMapping):
|
|
+class ChainMap(collections.abc.MutableMapping):
|
|
''' A ChainMap groups multiple dicts (or other mappings) together
|
|
to create a single, updateable view.
|
|
|