Setup sys.path properly this time (I'll update the hacking guide to
authorEli Bendersky <eliben@gmail.com>
Mon, 8 Apr 2013 13:38:57 +0000 (06:38 -0700)
committerEli Bendersky <eliben@gmail.com>
Mon, 8 Apr 2013 13:38:57 +0000 (06:38 -0700)
commitdd71c43bc81b528a805aae4d60805e70fddec667
treec7935b8fa8b9912f044f4bf413bc7f0d358e82b4
parent8d12caeb3e1e0c49585f33fc9b4b104d2ddbb061
Setup sys.path properly this time (I'll update the hacking guide to
explain what's been done)
21 files changed:
elftools/__init__.py
examples/dwarf_decode_address.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/elfclass_address_size.py
examples/examine_dwarf_info.py
scripts/readelf.py
test/run_all_unittests.py
test/run_examples_test.py
test/run_readelf_tests.py
test/test_arm_support.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