]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unittest.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / test_unittest.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unittest.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_unittest.py
deleted file mode 100644 (file)
index 59a7bcc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-import unittest.test\r
-\r
-from test import test_support\r
-\r
-\r
-def test_main():\r
-    test_support.run_unittest(unittest.test.suite())\r
-    test_support.reap_children()\r
-\r
-\r
-if __name__ == "__main__":\r
-    test_main()\r