Added Prashanth's name and a usage comment. master
authorW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 18:08:19 +0000 (14:08 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 18:08:19 +0000 (14:08 -0400)
construct_call_graph.py

index 30780ac86f09abf6ebeeccbb8525e720042a8fa5..d1d7385e6569df2386cee82308eae9cdad3b28ca 100644 (file)
@@ -1,4 +1,10 @@
 #!/usr/bin/env python
+#
+# Prashanth Ellina, 2007
+# W. Trevor King, 2008
+#
+# usage: construct_call_graph -i <your_script>
+# or     cat <your_script> | construct_call_graph
 
 '''
 generates call graph of given python code file