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_codecmaps_hk.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_codecmaps_hk.py')
-rw-r--r-- | Lib/test/test_codecmaps_hk.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_codecmaps_hk.py b/Lib/test/test_codecmaps_hk.py index 2335c51..e7f7b96 100644 --- a/Lib/test/test_codecmaps_hk.py +++ b/Lib/test/test_codecmaps_hk.py @@ -3,7 +3,6 @@ # test_codecmaps_hk.py # Codec mapping tests for HongKong encodings # -# $CJKCodecs: test_codecmaps_hk.py,v 1.1 2004/07/10 17:35:20 perky Exp $ from test import test_support from test import test_multibytecodec_support |