Second fix for #2076 - use Abstract collections from .abc module. Fixes future issue

This commit is contained in:
Gochim
2019-11-09 23:27:28 +02:00
parent a0e39a3725
commit 8054fa9267

View File

@@ -18,7 +18,7 @@
# ===============================================================================
from collections import MutableMapping
from collections.abc import MutableMapping
from copy import copy
from math import exp