summaryrefslogtreecommitdiffstats
path: root/Lib/asyncore.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-05-02 05:54:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-05-02 05:54:44 (GMT)
commit8ae2df483c4682dead74ea0584f4d61955621667 (patch)
tree5aeb339467a0caa0eb25699d042d1607335d422e /Lib/asyncore.py
parent0e540c391f5d2af051ec7f1ef3edb4d1bad3fa91 (diff)
downloadcpython-8ae2df483c4682dead74ea0584f4d61955621667.zip
cpython-8ae2df483c4682dead74ea0584f4d61955621667.tar.gz
cpython-8ae2df483c4682dead74ea0584f4d61955621667.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/asyncore.py')
-rw-r--r--Lib/asyncore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncore.py b/Lib/asyncore.py
index 8c9ec63..548ce43 100644
--- a/Lib/asyncore.py
+++ b/Lib/asyncore.py
@@ -224,7 +224,7 @@ class dispatcher:
' '.join (status), id (self))
except:
pass
-
+
try:
ar = repr (self.addr)
except AttributeError: