Add back md5.md5 (#4432)

This was accidentally removed in #4287.
This commit is contained in:
Jukka Lehtosalo
2020-08-10 12:52:13 +01:00
committed by GitHub
parent f46fb7ff59
commit 0cd2350595

View File

@@ -1,6 +1,6 @@
# Stubs for Python 2.7 md5 stdlib module
from hashlib import md5 as new
from hashlib import md5 as md5, md5 as new
blocksize: int
digest_size: int