]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/md5.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / md5.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/md5.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/md5.py
deleted file mode 100644 (file)
index 10d0b05..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id$\r
-#\r
-#  Copyright (C) 2005   Gregory P. Smith (greg@krypto.org)\r
-#  Licensed to PSF under a Contributor Agreement.\r
-\r
-import warnings\r
-warnings.warn("the md5 module is deprecated; use hashlib instead",\r
-                DeprecationWarning, 2)\r
-\r
-from hashlib import md5\r
-new = md5\r
-\r
-blocksize = 1        # legacy value (wrong in any useful sense)\r
-digest_size = 16\r