Remove ImportError

pull/111/head
Raphaël Vinot 2017-08-25 17:37:35 +02:00
parent 8e50ee825b
commit 9ff3739753
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ def make_macho_objects(lief_parsed, misp_file):
def make_binary_objects(filepath):
if not HAS_LIEF:
raise ImportError('Please install lief, documentation here: https://github.com/lief-project/LIEF')
misp_file = FileObject(filepath)
try:
lief_parsed = lief.parse(filepath)