summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2013-07-14 20:29:52 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2013-07-14 20:29:52 -0700
commitc82be67c1ed9e02bb248cd0db455d8c8c49335bd (patch)
tree187f3a64b7d10ac165ed06cb3a944f08af63442d
parent63bc0fb0aa463a70a0d115fad21219b896683c8d (diff)
downloadpycrypto-c82be67c1ed9e02bb248cd0db455d8c8c49335bd.tar.gz
Update RIPEMD documentation (deprecated; see RIPEMD160)junk/master
-rw-r--r--lib/Crypto/Hash/RIPEMD.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Crypto/Hash/RIPEMD.py b/lib/Crypto/Hash/RIPEMD.py
index d35d940..4e80235 100644
--- a/lib/Crypto/Hash/RIPEMD.py
+++ b/lib/Crypto/Hash/RIPEMD.py
@@ -21,4 +21,6 @@
# This file exists for backward compatibility with old code that refers to
# Crypto.Hash.RIPEMD
-from Crypto.Hash.RIPEMD160 import __doc__, new, block_size, digest_size
+"""Deprecated alias for `Crypto.Hash.RIPEMD160`"""
+
+from Crypto.Hash.RIPEMD160 import new, block_size, digest_size