Remove setup_syspath entirely
authorEli Bendersky <eliben@gmail.com>
Sun, 26 Feb 2017 14:26:33 +0000 (06:26 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 26 Feb 2017 14:26:33 +0000 (06:26 -0800)
commit61965d59a87ffc7ab368eae6c79bf7b40510fd6d
tree00146c1f6f0a81b4acdff903174a5e39aeef47b9
parent8227b7ac24079d40f6669603a198e0e92740af09
Remove setup_syspath entirely

It's vestigial remains from the early days of pyelftools which was originally
developed on Windows, running the tests through an editor rather than on the
command line.

Not setting the run path in the code is safer - it's more reliable to control where the code is found outside the code itself now
test/run_examples_test.py
test/run_readelf_tests.py
test/utils.py