]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/testmod.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / tracedmodules / testmod.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/testmod.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/testmod.py
deleted file mode 100644 (file)
index 06c93f6..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-def func(x):\r
-    b = x + 1\r
-    return b + 2\r
-\r
-def func2():\r
-    """Test function for issue 9936 """\r
-    return (1,\r
-            2,\r
-            3)\r