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