]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/sre.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / sre.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/sre.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/sre.py
deleted file mode 100644 (file)
index 6d376ad..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-"""This file is only retained for backwards compatibility.\r
-It will be removed in the future.  sre was moved to re in version 2.5.\r
-"""\r
-\r
-import warnings\r
-warnings.warn("The sre module is deprecated, please import re.",\r
-              DeprecationWarning, 2)\r
-\r
-from re import *\r
-from re import __all__\r
-\r
-# old pickles expect the _compile() reconstructor in this module\r
-from re import _compile\r