Record copyright and author.

This commit is contained in:
Greg Ward 2002-06-07 22:40:23 +00:00
parent 70c726aa44
commit 698d9f01c6
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
Utilities for wrapping text strings and filling text paragraphs. Utilities for wrapping text strings and filling text paragraphs.
""" """
# Copyright (C) 2001 Gregory P. Ward.
# Copyright (C) 2002 Python Software Foundation.
# Written by Greg Ward <gward@python.net>
__revision__ = "$Id$" __revision__ = "$Id$"
import string, re import string, re