Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
python-wstools
python-wstools-python-310.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-wstools-python-310.patch of Package python-wstools
Index: wstools-0.4.8/wstools/Utility.py =================================================================== --- wstools-0.4.8.orig/wstools/Utility.py 2018-04-04 11:49:16.000000000 +0200 +++ wstools-0.4.8/wstools/Utility.py 2022-01-28 10:53:36.881702924 +0100 @@ -33,7 +33,10 @@ try: from UserDict import DictMixin # noqa except ImportError: from collections import UserDict - from collections import MutableMapping as DictMixin # noqa + try: + from collections import MutableMapping as DictMixin # noqa + except ImportError: + from collections.abc import MutableMapping as DictMixin # noqa from .TimeoutSocket import TimeoutSocket, TimeoutError # noqa
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor