add __contains__ to construct's Container. this actually fixes Relocation.is_RELA...
authorEli Bendersky <eliben@gmail.com>
Fri, 18 Nov 2011 03:55:06 +0000 (05:55 +0200)
committerEli Bendersky <eliben@gmail.com>
Fri, 18 Nov 2011 03:55:06 +0000 (05:55 +0200)
commitddeedc446859987f13af050e686e00bbe4723615
tree5b9f24df3a8c1f5f1e479dafd65ac54509f60310
parent96473695494ea8679e2317b9cd949b056aa1464f
add __contains__ to construct's Container. this actually fixes Relocation.is_RELA which wouldn't work otherwise. also add __repr__ and __str__ to Relocation
elftools/construct/lib/container.py
elftools/elf/sections.py
z.py