forked from pool/python-chest
* Support Python 3.10. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chest?expand=0&rev=10
11 lines
364 B
Diff
11 lines
364 B
Diff
Index: chest-0.2.3/chest/core.py
|
|
===================================================================
|
|
--- chest-0.2.3.orig/chest/core.py
|
|
+++ chest-0.2.3/chest/core.py
|
|
@@ -1,4 +1,4 @@
|
|
-from collections import MutableMapping
|
|
+from collections.abc import MutableMapping
|
|
from functools import partial
|
|
from threading import Lock
|
|
from contextlib import contextmanager
|