]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_distutils.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / test_distutils.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_distutils.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_distutils.py
deleted file mode 100644 (file)
index 6f887be..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-"""Tests for distutils.\r
-\r
-The tests for distutils are defined in the distutils.tests package;\r
-the test_suite() function there returns a test suite that's ready to\r
-be run.\r
-"""\r
-\r
-from test import test_support\r
-import distutils.tests\r
-\r
-\r
-def test_main():\r
-    test_support.run_unittest(distutils.tests.test_suite())\r
-    test_support.reap_children()\r
-\r
-\r
-if __name__ == "__main__":\r
-    test_main()\r