diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-04-22 15:48:15 +0000 |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-04-22 15:48:15 +0000 |
commit | cdd432808fcc9ff4e025ceba02d3af28767ed1e8 (patch) | |
tree | db7003fcbcbe4894b41ccc67af6405122fec749b /Lib/test/test_multibytecodec.py | |
parent | 51a23fe266ed6b825b68c2561a7124d601119a87 (diff) | |
download | cpython-git-cdd432808fcc9ff4e025ceba02d3af28767ed1e8.tar.gz |
Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside
anymore.
Diffstat (limited to 'Lib/test/test_multibytecodec.py')
-rw-r--r-- | Lib/test/test_multibytecodec.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_multibytecodec.py b/Lib/test/test_multibytecodec.py index 4d02dee697..276b9af0bb 100644 --- a/Lib/test/test_multibytecodec.py +++ b/Lib/test/test_multibytecodec.py @@ -3,7 +3,6 @@ # test_multibytecodec.py # Unit test for multibytecodec itself # -# $CJKCodecs: test_multibytecodec.py,v 1.8 2004/06/19 06:09:55 perky Exp $ from test import test_support from test import test_multibytecodec_support |