]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_hk.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / test_codecmaps_hk.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_hk.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_codecmaps_hk.py
deleted file mode 100644 (file)
index 0c7f573..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env python\r
-#\r
-# test_codecmaps_hk.py\r
-#   Codec mapping tests for HongKong encodings\r
-#\r
-\r
-from test import test_support\r
-from test import test_multibytecodec_support\r
-import unittest\r
-\r
-class TestBig5HKSCSMap(test_multibytecodec_support.TestBase_Mapping,\r
-                       unittest.TestCase):\r
-    encoding = 'big5hkscs'\r
-    mapfileurl = 'http://people.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT'\r
-\r
-def test_main():\r
-    test_support.run_unittest(__name__)\r
-\r
-if __name__ == "__main__":\r
-    test_support.use_resources = ['urlfetch']\r
-    test_main()\r