mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-06 18:49:12 +03:00
15 lines
389 B
Diff
15 lines
389 B
Diff
![]() |
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
|