Use integer division in Python 3
authorMartin Panter <vadmium à gmail·com>
Thu, 13 Feb 2014 10:53:56 +0000 (10:53 +0000)
committerMartin Panter <vadmium à gmail·com>
Thu, 1 May 2014 12:02:09 +0000 (12:02 +0000)
commit602b266c675fef656afc2986b922760cf3e19ec4
tree44d5724672be922c1fbc5ee7ad911e892d844c38
parentc9594acd0e1a1b87ab9a8b1de2b22c1411d617ff
Use integer division in Python 3

This means DwarfConfig.default_address_size is now an integer in Python 3, as
in Python 2.
elftools/elf/elffile.py