Fix Container's __pretty_str__ to use str instead of repr. This provides more consist...
authorEli Bendersky <eliben@gmail.com>
Sat, 7 Jan 2012 18:44:43 +0000 (20:44 +0200)
committerEli Bendersky <eliben@gmail.com>
Sat, 7 Jan 2012 18:44:43 +0000 (20:44 +0200)
commit745621241cc4924939c5401ad7cfd9fe267d60a8
tree336541413910a752f77201a48895a9b7ba7872ba
parentaf44ec6a7b8d9a4f4f03c2f30c2e272ee27cec8f
Fix Container's __pretty_str__ to use str instead of repr. This provides more consistent output across platforms for integers. Patch by Jessica McKellar
elftools/construct/lib/container.py