summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/gb2312.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/gb2312.py')
-rw-r--r--Lib/encodings/gb2312.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/gb2312.py b/Lib/encodings/gb2312.py
index 8f8bfd1..7ced701 100644
--- a/Lib/encodings/gb2312.py
+++ b/Lib/encodings/gb2312.py
@@ -31,4 +31,3 @@ class StreamWriter(Codec, codecs.StreamWriter):
def getregentry():
return (Codec().encode,Codec().decode,StreamReader,StreamWriter)
-