summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-08-07 16:09:02 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2011-08-07 16:09:02 +0200
commitff7af94a40acfbc880162395420d4e74af9cb9ab (patch)
tree59e34ab53f7adf307ddcbe89e4f5f99ee252da08 /rsa
parent0cd9088e77d86067bea86c618786b98e4a0f5bc0 (diff)
downloadrsa-ff7af94a40acfbc880162395420d4e74af9cb9ab.tar.gz
Removed unused import of abc module, updated changelog
Diffstat (limited to 'rsa')
-rw-r--r--rsa/key.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsa/key.py b/rsa/key.py
index a258b7f..031c7e9 100644
--- a/rsa/key.py
+++ b/rsa/key.py
@@ -25,7 +25,6 @@ of pyasn1.
'''
-import abc
import logging
import rsa.prime