Remove iter* utilities from py3compat and refactor uses
[pyelftools.git] / elftools / dwarf / namelut.py
index fd12aad332fad5a19f9edbba7f094cd54fd74aba..7999be8834b7484b694eb96b64ec3d694007aacd 100755 (executable)
@@ -9,8 +9,8 @@
 import os
 import collections
 from collections import OrderedDict
+from collections.abc import Mapping
 from ..common.utils import struct_parse
-from ..common.py3compat import Mapping
 from bisect import bisect_right
 import math
 from ..construct import CString, Struct, If