Untabify. When compiling in -tt mode, an inconsistent Tab use error

was raised.  This occurred during installation.
This commit is contained in:
Fred Drake 2000-09-11 04:00:46 +00:00
parent 8fd7ba2c6a
commit 526a18235a

View file

@ -1,4 +1,4 @@
# -*- Mode: Python; tab-width: 4 -*-
# -*- Mode: Python -*-
# Id: asyncore.py,v 2.51 2000/09/07 22:29:26 rushing Exp
# Author: Sam Rushing <rushing@nightmare.com>
@ -513,4 +513,3 @@ if os.name == 'posix':
self._fileno = fd
self.socket = file_wrapper (fd)
self.add_channel()