]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / test_email.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_email.py
deleted file mode 100644 (file)
index 24a3607..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (C) 2001,2002 Python Software Foundation\r
-# email package unit tests\r
-\r
-# The specific tests now live in Lib/email/test\r
-from email.test.test_email import suite\r
-from test import test_support\r
-\r
-def test_main():\r
-    test_support.run_unittest(suite())\r
-\r
-if __name__ == '__main__':\r
-    test_main()\r