Commit 26e2c4d6 by Craig Heffner

Removed unecessary imports from display.py

parent b4c60104
# Code to handle displaying and logging of results.
# Anything in binwalk that prints results to screen should use this class.
import codecs
import sys
import codecs
import csv as pycsv
import datetime
import binwalk.core.common
......
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