summaryrefslogtreecommitdiffstats
path: root/Lib/pstats.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-28 20:27:28 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-28 20:27:28 (GMT)
commit345fff3de82f29a8bbb8bdead8cda1c1e480d040 (patch)
tree9e1a93db7bf09ed0cdfd28ebe82dc2fbe9f0ebc5 /Lib/pstats.py
parent5ac56d275d844d2b5c08a2c91a5c3173e8137926 (diff)
downloadcpython-345fff3de82f29a8bbb8bdead8cda1c1e480d040.zip
cpython-345fff3de82f29a8bbb8bdead8cda1c1e480d040.tar.gz
cpython-345fff3de82f29a8bbb8bdead8cda1c1e480d040.tar.bz2
Remove mentions of previous license in profile module (#12417 followup)
Diffstat (limited to 'Lib/pstats.py')
-rw-r--r--Lib/pstats.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py
index b1bf4df..91cdee1 100644
--- a/Lib/pstats.py
+++ b/Lib/pstats.py
@@ -1,7 +1,5 @@
"""Class for printing reports on profiled python code."""
-# Class for printing reports on profiled python code. rev 1.0 4/1/94
-#
# Written by James Roskind
# Based on prior profile module by Sjoerd Mullender...
# which was hacked somewhat by: Guido van Rossum