$NetBSD: patch-hscommon_gui_table.py,v 1.1 2022/11/25 08:35:17 wiz Exp $ Support python 3.10. --- hscommon/gui/table.py.orig 2018-11-27 17:30:37.000000000 +0000 +++ hscommon/gui/table.py @@ -6,7 +6,8 @@ # which should be included with this package. The terms are also available at # http://www.gnu.org/licenses/gpl-3.0.html -from collections import MutableSequence, namedtuple +from collections.abc import MutableSequence +from collections import namedtuple from .base import GUIObject from .selectable_list import Selectable