mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Record copyright and author.
This commit is contained in:
parent
70c726aa44
commit
698d9f01c6
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue