Commit 26e2c4d6 by Craig Heffner

Removed unecessary imports from display.py

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