]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future6.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / badsyntax_future6.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future6.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/badsyntax_future6.py
deleted file mode 100644 (file)
index f01d788..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-"""This is a test"""\r
-"this isn't a doc string"\r
-from __future__ import nested_scopes\r
-\r
-def f(x):\r
-    def g(y):\r
-        return x + y\r
-    return g\r
-\r
-result = f(2)(4)\r