Remove mentions of previous license in profile module docs (#12417 followup).

Also remove an extra docstring.
This commit is contained in:
Éric Araujo 2011-07-28 22:56:24 +02:00
parent 8cdc40e3b0
commit ee19c772cb
3 changed files with 1 additions and 59 deletions

View file

@ -1,13 +1,9 @@
"""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
"""Class for profiling Python code."""
# Copyright Disney Enterprises, Inc. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement
#