about summary refs log tree commit diff stats
path: root/miasm2/core/parse_asm.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-02-17 12:23:42 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2015-02-17 12:23:42 +0100
commitc47688a9e8e049165a76b9bb3281c0381fa2d12f (patch)
treec1f68a979bfac603a3beccea678d4b8cfe3391dc /miasm2/core/parse_asm.py
parent13a3fcbb168589703d56d6c36312d788f68786e3 (diff)
parent0fcd954e10351f914b37a96d498aec39feb30b24 (diff)
downloadmiasm-c47688a9e8e049165a76b9bb3281c0381fa2d12f.tar.gz
miasm-c47688a9e8e049165a76b9bb3281c0381fa2d12f.zip
Merge pull request #71 from commial/pylinting
Pylinting
Diffstat (limited to 'miasm2/core/parse_asm.py')
-rw-r--r--miasm2/core/parse_asm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/core/parse_asm.py b/miasm2/core/parse_asm.py
index f29a9839..dba097fa 100644
--- a/miasm2/core/parse_asm.py
+++ b/miasm2/core/parse_asm.py
@@ -2,7 +2,6 @@
 #-*- coding:utf-8 -*-
 
 import re
-import struct
 import miasm2.expression.expression as m2_expr
 from miasm2.core.asmbloc import *
 from miasm2.core.utils import pck