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