diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-09 20:06:00 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-09 20:06:00 +0000 |
commit | 658cba6706eb4a2ad8b3e235cf0db9fe1c8e9e6b (patch) | |
tree | 059882637147ef0acaf1a61141d076d2b05d5166 /Lib/asynchat.py | |
parent | 3c61c3525f4cf23acae95c5229abd10fe0998d28 (diff) | |
download | cpython-git-658cba6706eb4a2ad8b3e235cf0db9fe1c8e9e6b.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/asynchat.py')
-rw-r--r-- | Lib/asynchat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asynchat.py b/Lib/asynchat.py index 88873d28d3..bcbfc01286 100644 --- a/Lib/asynchat.py +++ b/Lib/asynchat.py @@ -1,5 +1,5 @@ # -*- Mode: Python; tab-width: 4 -*- -# Id: asynchat.py,v 2.26 2000/09/07 22:29:26 rushing Exp +# Id: asynchat.py,v 2.26 2000/09/07 22:29:26 rushing Exp # Author: Sam Rushing <rushing@nightmare.com> # ====================================================================== |