matteomattei / PySquashfsImage

Python library to read Squashfs image files.
GNU General Public License v3.0
50 stars 20 forks source link

Use Python 3 int.from_bytes for makeInteger purposes #10

Closed nigels-com closed 5 years ago

nigels-com commented 5 years ago

Seems to me that int.from_bytes is the Python 3 way to do this.