Fix more potential Python 3 issues in construct
authorEli Bendersky <eliben@gmail.com>
Sat, 24 Dec 2016 16:26:43 +0000 (08:26 -0800)
committerEli Bendersky <eliben@gmail.com>
Sat, 24 Dec 2016 16:26:43 +0000 (08:26 -0800)
commit3ba39f1a3d1fb673c59595915d7cb8290c4aa060
tree59d8724c2a4b2dfd214ba886dede04b66f613e24
parent8f9e8ada03b34b9461a55bd02bf7a23a7ee7db6d
Fix more potential Python 3 issues in construct

Use b"" strings for paddings/align and anything else dealing with binary data
.travis.yml
elftools/construct/adapters.py
elftools/construct/macros.py