about summary refs log tree commit diff stats
path: root/miasm2/ir/symbexec.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--miasm2/ir/symbexec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/ir/symbexec.py b/miasm2/ir/symbexec.py
index c466cfed..87ad7359 100644
--- a/miasm2/ir/symbexec.py
+++ b/miasm2/ir/symbexec.py
@@ -79,7 +79,7 @@ class symbols():
         return s
 
 
-class symbexec:
+class symbexec(object):
 
     def __init__(self, ir_arch, known_symbols,
                  func_read=None,