Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 9fbf534963f4b8cf60fafb2099d9d1c8 > files > 1

python-twodict-1.2-8.mga9.src.rpm

Description: Compatibility with python 3.10
Author: Steve Langasek <steve.langasek@ubuntu.com>
Bug-Debian: https://bugs.debian.org/1001489
Last-Update: 2021-12-11
Forwarded: no

Index: twodict-1.2/twodict.py
===================================================================
--- twodict-1.2.orig/twodict.py
+++ twodict-1.2/twodict.py
@@ -6,7 +6,7 @@
 """
 
 import sys
-import collections
+import collections.abc as collections
 
 
 __all__ = ["TwoWayOrderedDict"]