Remove conditional unittest2 imports from tests
authorEli Bendersky <eliben@gmail.com>
Sun, 26 Feb 2017 14:23:06 +0000 (06:23 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 26 Feb 2017 14:23:06 +0000 (06:23 -0800)
commit8227b7ac24079d40f6669603a198e0e92740af09
treed1cbc2a2e84615f2c52c0568b90c5ada358951b8
parent1472b6c0304d2d232a91c12af40f313d1a39c055
Remove conditional unittest2 imports from tests

We require 2.7+ now

Also remove setup_syspath calls
16 files changed:
test/run_all_unittests.py
test/test_arm_support.py
test/test_callframe.py
test/test_double_dynstr_section.py
test/test_dwarf_expr.py
test/test_dwarf_lineprogram.py
test/test_dwarf_range_lists.py
test/test_dwarf_structs.py
test/test_dynamic.py
test/test_elffile.py
test/test_get_symbol_by_name.py
test/test_gnuversions.py
test/test_mips_support.py
test/test_solaris_support.py
test/test_stab.py
test/test_utils.py