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