fix whitespace woes

This commit is contained in:
Eli Bendersky 2012-07-17 15:09:56 +03:00
parent 43cc5f29a8
commit f90fc68db4
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@ class _ListDataStream(io.BufferedIOBase):
"""
def __init__(self, lst):
self.lst = lst
def writable(self):
return True