Some code reorg:
authoreliben <devnull@localhost>
Thu, 8 Sep 2011 13:24:49 +0000 (16:24 +0300)
committereliben <devnull@localhost>
Thu, 8 Sep 2011 13:24:49 +0000 (16:24 +0300)
commit75b5fde294e320f239f9df85728ee4e6f2935098
treeba7c4eceb883667a900884e3a809ee4a11785d65
parenta6416fd4d6c24e29a4b781360a5f973aa4bfd363
Some code reorg:
* created common/ dir and moved exceptions there (along with utils)
* moved struct_parse from elffile to utils
* moved string table functionality to its own section class
elftools/common/__init__.py [new file with mode: 0644]
elftools/common/exceptions.py [new file with mode: 0644]
elftools/common/utils.py [new file with mode: 0644]
elftools/elf/elffile.py
elftools/elf/sections.py
elftools/exceptions.py [deleted file]
z.py