1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-06 18:49:12 +03:00
nixpkgs/pkgs/development/python-modules/selectors2/mapping-import.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
389 B
Diff
Raw Normal View History

diff --git a/selectors2.py b/selectors2.py
index 1625a30..c4a1231 100644
--- a/selectors2.py
+++ b/selectors2.py
@@ -22,7 +22,8 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-from collections import namedtuple, Mapping
+from collections import namedtuple
+from collections.abc import Mapping
import errno
import math
import platform