From: W. Trevor King Date: Thu, 30 Sep 2010 18:08:19 +0000 (-0400) Subject: Added Prashanth's name and a usage comment. X-Git-Url: http://git.tremily.us/?p=call_graph.git;a=commitdiff_plain Added Prashanth's name and a usage comment. --- 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