summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py
index 1843dd3d..7d03585c 100644
--- a/python/function.py
+++ b/python/function.py
@@ -830,7 +830,7 @@ class DisassemblyTextLine(object):
return "<%#x: %s>" % (self.address, str(self))
-class FunctionGraphEdge:
+class FunctionGraphEdge(object):
def __init__(self, branch_type, arch, target, points):
self.type = BranchType(branch_type)
self.arch = arch