diff options
Diffstat (limited to 'Lib/textwrap.py')
-rw-r--r-- | Lib/textwrap.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/textwrap.py b/Lib/textwrap.py index f4886a1277..dfb400548b 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -5,8 +5,6 @@ # Copyright (C) 2002, 2003 Python Software Foundation. # Written by Greg Ward <gward@python.net> -__revision__ = "$Id$" - import string, re __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent'] |