aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-08-08 20:19:19 +0000
committerTim Peters <tim.peters@gmail.com>2002-08-08 20:19:19 +0000
commit469cdad8228df7bc294dc946b8cd4c0b7f810735 (patch)
treed2ce468dd141967a43a9930735226d4183400c2c /Lib/encodings/mbcs.py
parentDelete junk attributes left behind by _socketobject class construction. (diff)
downloadcpython-469cdad8228df7bc294dc946b8cd4c0b7f810735.tar.gz
cpython-469cdad8228df7bc294dc946b8cd4c0b7f810735.tar.bz2
cpython-469cdad8228df7bc294dc946b8cd4c0b7f810735.zip
Whitespace normalization.
Diffstat (limited to 'Lib/encodings/mbcs.py')
-rw-r--r--Lib/encodings/mbcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/encodings/mbcs.py b/Lib/encodings/mbcs.py
index 5103980ff47..c79f47c3afc 100644
--- a/Lib/encodings/mbcs.py
+++ b/Lib/encodings/mbcs.py
@@ -20,7 +20,7 @@ class Codec(codecs.Codec):
class StreamWriter(Codec,codecs.StreamWriter):
pass
-
+
class StreamReader(Codec,codecs.StreamReader):
pass