aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/display_callgraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/maint/display_callgraph.py')
-rwxr-xr-xscripts/maint/display_callgraph.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/maint/display_callgraph.py b/scripts/maint/display_callgraph.py
index 211bfda28d..c9001c6d96 100755
--- a/scripts/maint/display_callgraph.py
+++ b/scripts/maint/display_callgraph.py
@@ -4,6 +4,8 @@ import cPickle
data = cPickle.load(open("callgraph.pkl"))
+# data = data['modItems']
+
callgraph = data['callgraph']
closure = data['closure']
sccs = data['sccs']