]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/pydoc_mod.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / pydoc_mod.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/pydoc_mod.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/pydoc_mod.py
deleted file mode 100644 (file)
index 4fb76e8..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-"""This is a test module for test_pydoc"""\r
-\r
-__author__ = "Benjamin Peterson"\r
-__credits__ = "Nobody"\r
-__version__ = "1.2.3.4"\r
-\r
-\r
-class A:\r
-    """Hello and goodbye"""\r
-    def __init__():\r
-        """Wow, I have no function!"""\r
-        pass\r
-\r
-class B(object):\r
-    NO_MEANING = "eggs"\r
-    pass\r
-\r
-def doc_func():\r
-    """\r
-    This function solves all of the world's problems:\r
-    hunger\r
-    lack of Python\r
-    war\r
-    """\r
-\r
-def nodoc_func():\r
-    pass\r