Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside
anymore.
This commit is contained in:
parent
51a23fe266
commit
cdd432808f
|
@ -3,7 +3,6 @@
|
|||
# test_codecencodings_cn.py
|
||||
# Codec encoding tests for PRC encodings.
|
||||
#
|
||||
# $CJKCodecs: test_codecencodings_cn.py,v 1.2 2004/06/19 06:09:55 perky Exp $
|
||||
|
||||
from test import test_support
|
||||
from test import test_multibytecodec_support
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# test_codecencodings_hk.py
|
||||
# Codec encoding tests for HongKong encodings.
|
||||
#
|
||||
# $CJKCodecs: test_codecencodings_hk.py,v 1.1 2004/07/10 17:35:20 perky Exp $
|
||||
|
||||
from test import test_support
|
||||
from test import test_multibytecodec_support
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# test_codecencodings_kr.py
|
||||
# Codec encoding tests for ROK encodings.
|
||||
#
|
||||
# $CJKCodecs: test_codecencodings_kr.py,v 1.2 2004/06/19 06:09:55 perky Exp $
|
||||
|
||||
from test import test_support
|
||||
from test import test_multibytecodec_support
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# test_codecencodings_tw.py
|
||||
# Codec encoding tests for ROC encodings.
|
||||
#
|
||||
# $CJKCodecs: test_codecencodings_tw.py,v 1.2 2004/06/19 06:09:55 perky Exp $
|
||||
|
||||
from test import test_support
|
||||
from test import test_multibytecodec_support
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# test_codecmaps_cn.py
|
||||
# Codec mapping tests for PRC encodings
|
||||
#
|
||||
# $CJKCodecs: test_codecmaps_cn.py,v 1.3 2004/06/19 06:09:55 perky Exp $
|
||||
|
||||
from test import test_support
|
||||
from test import test_multibytecodec_support
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# test_codecmaps_jp.py
|
||||
# Codec mapping tests for Japanese encodings
|
||||
#
|
||||
# $CJKCodecs: test_codecmaps_jp.py,v 1.3 2004/06/19 06:09:55 perky Exp $
|
||||
|
||||
from test import test_support
|
||||
from test import test_multibytecodec_support
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# test_codecmaps_kr.py
|
||||
# Codec mapping tests for ROK encodings
|
||||
#
|
||||
# $CJKCodecs: test_codecmaps_kr.py,v 1.3 2004/06/19 06:09:55 perky Exp $
|
||||
|
||||
from test import test_support
|
||||
from test import test_multibytecodec_support
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# test_codecmaps_tw.py
|
||||
# Codec mapping tests for ROC encodings
|
||||
#
|
||||
# $CJKCodecs: test_codecmaps_tw.py,v 1.3 2004/06/19 06:09:55 perky Exp $
|
||||
|
||||
from test import test_support
|
||||
from test import test_multibytecodec_support
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue