From bedc79b07fe66a72e1162d319299c18901e2411d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 30 Sep 2010 14:08:19 -0400 Subject: [PATCH] Added Prashanth's name and a usage comment. --- construct_call_graph.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/construct_call_graph.py b/construct_call_graph.py index 30780ac..d1d7385 100644 --- a/construct_call_graph.py +++ b/construct_call_graph.py @@ -1,4 +1,10 @@ #!/usr/bin/env python +# +# Prashanth Ellina, 2007 +# W. Trevor King, 2008 +# +# usage: construct_call_graph -i +# or cat | construct_call_graph ''' generates call graph of given python code file -- 2.26.2