Fix sys.path setup to prepend '.', rather than append. Also, remove '..'
authorEli Bendersky <eliben@gmail.com>
Sat, 6 Apr 2013 14:00:00 +0000 (07:00 -0700)
committerEli Bendersky <eliben@gmail.com>
Sat, 6 Apr 2013 14:00:00 +0000 (07:00 -0700)
commitd32d7115f342de3a9793afa92db0767e0ebd9c7a
tree57a5a61dbc4165acff79e3e7b47e8e71158a2aed
parent84bc3f98d74726342e55f81021b610324d38dfbf
Fix sys.path setup to prepend '.', rather than append. Also, remove '..'
and allow running only from the root directory.
test/README [new file with mode: 0644]
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