Fix failing tests on Python 3.3 by removing duplicats in dwarf/enums
authorEli Bendersky <eliben@gmail.com>
Fri, 27 Dec 2013 14:12:52 +0000 (06:12 -0800)
committerEli Bendersky <eliben@gmail.com>
Fri, 27 Dec 2013 14:12:52 +0000 (06:12 -0800)
commitf810a8830b7e221ff5f20e6b966b0e6c505bb831
tree27ef671308acbbb7a82a12e93893333543e667ef
parent2ef7d1c0a84e7658bc5d58e4a718d2f29a0bbfa1
Fix failing tests on Python 3.3 by removing duplicats in dwarf/enums

Retain only the _param versions of the names because these are used by readelf.
The DWARF standard calls them _parameter.
elftools/dwarf/enums.py