Commit 21b66afd authored by Guido van Rossum's avatar Guido van Rossum

Whitespace normalization.

parent 47c837d7
......@@ -13,7 +13,7 @@
##############################################################################
"""Sized message async connections
$Id: smac.py,v 1.22 2002/08/29 22:39:51 jeremy Exp $
$Id: smac.py,v 1.23 2002/08/30 21:42:30 gvanrossum Exp $
"""
import asyncore, struct
......@@ -195,7 +195,6 @@ class SizedMessageAsyncConnection(asyncore.dispatcher):
for i in range(0, len(message), SEND_SIZE):
self.__output.append(message[i:i+SEND_SIZE])
def close(self):
if self.__closed is None:
self.__closed = 1
......
......@@ -13,7 +13,7 @@
##############################################################################
"""Sized message async connections
$Id: smac.py,v 1.22 2002/08/29 22:39:51 jeremy Exp $
$Id: smac.py,v 1.23 2002/08/30 21:42:30 gvanrossum Exp $
"""
import asyncore, struct
......@@ -195,7 +195,6 @@ class SizedMessageAsyncConnection(asyncore.dispatcher):
for i in range(0, len(message), SEND_SIZE):
self.__output.append(message[i:i+SEND_SIZE])
def close(self):
if self.__closed is None:
self.__closed = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment