summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-11-17 22:07:57 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-11-17 22:07:57 +0300
commit4ffd675db432f8d1f25c9e8112195f62b51caa93 (patch)
tree9fd947a44912f6b7083cdd39d560a8790722d05c
parentfd239fca84644896b1971cf24bc6213d065adb86 (diff)
downloadoauthlib-4ffd675db432f8d1f25c9e8112195f62b51caa93.tar.gz
Fix docs - python-rsa is not used
-rw-r--r--oauthlib/oauth1/rfc5849/signature.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/oauthlib/oauth1/rfc5849/signature.py b/oauthlib/oauth1/rfc5849/signature.py
index b3a419c..f2d7ee4 100644
--- a/oauthlib/oauth1/rfc5849/signature.py
+++ b/oauthlib/oauth1/rfc5849/signature.py
@@ -477,8 +477,6 @@ def sign_rsa_sha1(base_string, rsa_private_key):
with the server that included its RSA public key (in a manner that is
beyond the scope of this specification).
- NOTE: this method requires the python-rsa library.
-
.. _`section 3.4.3`: http://tools.ietf.org/html/rfc5849#section-3.4.3
.. _`RFC3447, Section 8.2`: http://tools.ietf.org/html/rfc3447#section-8.2