diff options
Diffstat (limited to 'Lib/encodings/mbcs.py')
-rw-r--r-- | Lib/encodings/mbcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/encodings/mbcs.py b/Lib/encodings/mbcs.py index 5103980..c79f47c 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 |