diff options
author | Eli Bendersky <eliben@gmail.com> | 2012-07-17 12:09:56 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2012-07-17 12:09:56 (GMT) |
commit | f90fc68db479b5a6eef53840224a0a468ee0e3cd (patch) | |
tree | de1b762892aa405a1f5657aa30613a58fc3a2ddc /Lib/xml | |
parent | 43cc5f29a8666404255c9d1619c1aef0fe817486 (diff) | |
download | cpython-f90fc68db479b5a6eef53840224a0a468ee0e3cd.zip cpython-f90fc68db479b5a6eef53840224a0a468ee0e3cd.tar.gz cpython-f90fc68db479b5a6eef53840224a0a468ee0e3cd.tar.bz2 |
fix whitespace woes
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/etree/ElementTree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/etree/ElementTree.py b/Lib/xml/etree/ElementTree.py index be6cf11..ea4fa7a 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 |