Commit 74db5e9b by devttys0

Removed unecessary imports from binwalk/__init__.py

parent e7f17320
__all__ = ['scan', 'execute', 'Modules', 'ModuleException'] __all__ = ['scan', 'execute', 'Modules', 'ModuleException']
import sys
import binwalk.core.common
from binwalk.core.module import Modules, ModuleException from binwalk.core.module import Modules, ModuleException
# Convenience functions # Convenience functions
......
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