From: Eli Bendersky Date: Tue, 17 Jul 2012 12:09:56 +0000 (+0300) Subject: fix whitespace woes X-Git-Tag: v3.3.0b2~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f90fc68db479b5a6eef53840224a0a468ee0e3cd;p=python fix whitespace woes --- diff --git a/Lib/xml/etree/ElementTree.py b/Lib/xml/etree/ElementTree.py index be6cf11af8..ea4fa7a2d1 100644 --- a/Lib/xml/etree/ElementTree.py +++ b/Lib/xml/etree/ElementTree.py @@ -1189,7 +1189,7 @@ class _ListDataStream(io.BufferedIOBase): """ def __init__(self, lst): self.lst = lst - + def writable(self): return True