diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-04-22 15:48:15 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-04-22 15:48:15 (GMT) |
commit | cdd432808fcc9ff4e025ceba02d3af28767ed1e8 (patch) | |
tree | db7003fcbcbe4894b41ccc67af6405122fec749b /Lib/test/test_codecencodings_jp.py | |
parent | 51a23fe266ed6b825b68c2561a7124d601119a87 (diff) | |
download | cpython-cdd432808fcc9ff4e025ceba02d3af28767ed1e8.zip cpython-cdd432808fcc9ff4e025ceba02d3af28767ed1e8.tar.gz cpython-cdd432808fcc9ff4e025ceba02d3af28767ed1e8.tar.bz2 |
Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside
anymore.
Diffstat (limited to 'Lib/test/test_codecencodings_jp.py')
-rw-r--r-- | Lib/test/test_codecencodings_jp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_codecencodings_jp.py b/Lib/test/test_codecencodings_jp.py index 483b7db..558598a 100644 --- a/Lib/test/test_codecencodings_jp.py +++ b/Lib/test/test_codecencodings_jp.py @@ -3,7 +3,6 @@ # test_codecencodings_jp.py # Codec encoding tests for Japanese encodings. # -# $CJKCodecs: test_codecencodings_jp.py,v 1.3 2004/06/19 06:09:55 perky Exp $ from test import test_support from test import test_multibytecodec_support |