]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/__init__.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / distutils / __init__.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/__init__.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/__init__.py
deleted file mode 100644 (file)
index 32fed3f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-"""distutils\r
-\r
-The main package for the Python Module Distribution Utilities.  Normally\r
-used from a setup script as\r
-\r
-   from distutils.core import setup\r
-\r
-   setup (...)\r
-"""\r
-\r
-__revision__ = "$Id$"\r
-\r
-# Distutils version\r
-#\r
-# Updated automatically by the Python release process.\r
-#\r
-#--start constants--\r
-__version__ = "2.7.2"\r
-#--end constants--\r