Finish refactoring out py3compat and delete the file
[pyelftools.git] / elftools / dwarf / die.py
index 6d9a764e953075a39c3076e8c44b6f8e573c76f2..ef6d90834c4bbec77d5f8b11498c69a8b5532855 100755 (executable)
@@ -10,8 +10,7 @@ from collections import namedtuple, OrderedDict
 import os
 
 from ..common.exceptions import DWARFError
-from ..common.py3compat import bytes2str
-from ..common.utils import struct_parse, preserve_stream_pos
+from ..common.utils import bytes2str, struct_parse, preserve_stream_pos
 from .enums import DW_FORM_raw2name
 from .dwarf_util import _resolve_via_offset_table, _get_base_offset