Commit 6c89cf90 by heffnercj

Added future import to bin/binwalk for 2/3 compatibility

parent 142cfc64
#!/usr/bin/env python #!/usr/bin/env python
from __future__ import print_function
import sys import sys
import os.path import os.path
import binwalk import binwalk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment