also use collections.abc in simpleplugin to import MutableMapping
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
This commit is contained in:
parent
d221fa4f39
commit
d11505bd04
|
@ -19,7 +19,8 @@ import inspect
|
|||
import time
|
||||
import hashlib
|
||||
import pickle
|
||||
from collections import MutableMapping, namedtuple
|
||||
from collections.abc import MutableMapping
|
||||
from collections import namedtuple
|
||||
from copy import deepcopy
|
||||
from functools import wraps
|
||||
from shutil import copyfile
|
||||
|
|
Loading…
Reference in New Issue