summaryrefslogtreecommitdiff
path: root/Lib/asynchat.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-09 20:06:00 +0000
committerTim Peters <tim.peters@gmail.com>2001-02-09 20:06:00 +0000
commit639e62a085c437f70ce4a47d09b05421f6fe8792 (patch)
tree43d0f4205eb922913f15e1c64ad0e92b29f49516 /Lib/asynchat.py
parent4ecf160208a07b7c7592901e16cc0921fde46171 (diff)
downloadcpython-639e62a085c437f70ce4a47d09b05421f6fe8792.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/asynchat.py')
-rw-r--r--Lib/asynchat.py2
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>
# ======================================================================