More changes to port to Python 3
authorEli Bendersky <eliben@gmail.com>
Fri, 27 Jan 2012 08:25:47 +0000 (10:25 +0200)
committerEli Bendersky <eliben@gmail.com>
Fri, 27 Jan 2012 08:25:47 +0000 (10:25 +0200)
commit79271e94a3254e38edc1cd5df33a0e7132cb8afc
treef3362a856a64a3620e50253bc6b07481c3f7d026
parenteefac9a7102528afeb1e95475e921bd50e08471c
More changes to port to Python 3
All tox tests pass now!!
26 files changed:
elftools/common/py3compat.py
elftools/common/utils.py
elftools/dwarf/descriptions.py
elftools/dwarf/dwarf_expr.py
elftools/dwarf/lineprogram.py
elftools/dwarf/structs.py
elftools/elf/descriptions.py
elftools/elf/elffile.py
elftools/elf/relocation.py
elftools/elf/sections.py
examples/dwarf_die_tree.py
examples/dwarf_location_lists.py
examples/dwarf_range_lists.py
examples/elf_low_high_api.py
examples/elf_relocations.py
examples/elf_show_debug_sections.py
examples/examine_dwarf_info.py
scripts/readelf.py
test/run_all_unittests.py
test/test_callframe.py
test/test_dwarf_expr.py
test/test_dwarf_lineprogram.py
test/test_dwarf_structs.py
test/test_utils.py
test/utils.py
tox.ini