]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_imports2.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / lib2to3 / fixes / fix_imports2.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_imports2.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_imports2.py
deleted file mode 100644 (file)
index 4fccb1d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-"""Fix incompatible imports and module references that must be fixed after\r
-fix_imports."""\r
-from . import fix_imports\r
-\r
-\r
-MAPPING = {\r
-            'whichdb': 'dbm',\r
-            'anydbm': 'dbm',\r
-          }\r
-\r
-\r
-class FixImports2(fix_imports.FixImports):\r
-\r
-    run_order = 7\r
-\r
-    mapping = MAPPING\r