1 diff --git a/selectors2.py b/selectors2.py
2 index 1625a30..c4a1231 100644
6 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9 -from collections import namedtuple, Mapping
10 +from collections import namedtuple
11 +from collections.abc import Mapping