mirror of
https://github.com/gordielachance/plugin.audio.subsonic
synced 2024-12-26 16:23:13 +01:00
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
Block a user