Finish refactoring out py3compat and delete the file
authorEli Bendersky <eliben@gmail.com>
Tue, 16 Aug 2022 13:38:15 +0000 (06:38 -0700)
committerEli Bendersky <eliben@gmail.com>
Tue, 16 Aug 2022 13:38:15 +0000 (06:38 -0700)
commit01621ab86337104aafebc7eaf1ed7c7f5c16d1f7
tree7a9cfdbf8612677ebcf7f336693fda24ddb5a724
parente44e2bd54a25d12f935a321b4f86ed0a41dd80ea
Finish refactoring out py3compat and delete the file

Fixes #415
12 files changed:
elftools/common/py3compat.py [deleted file]
elftools/common/utils.py
elftools/dwarf/datatype_cpp.py
elftools/dwarf/descriptions.py
elftools/dwarf/die.py
elftools/elf/notes.py
examples/dwarf_decode_address.py
examples/dwarf_pubnames_types.py
scripts/dwarfdump.py
scripts/readelf.py
test/test_dwarf_cu_and_die_cache.py
test/utils.py