Record copyright and author.
This commit is contained in:
parent
70c726aa44
commit
698d9f01c6
|
@ -2,6 +2,10 @@
|
|||
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$"
|
||||
|
||||
import string, re
|
||||
|
|
Loading…
Reference in New Issue