aboutsummaryrefslogtreecommitdiff
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
commitcda89dd3570a35d6fd7517ff983a6661b4a39ea8 (patch)
tree59e34ab53f7adf307ddcbe89e4f5f99ee252da08 /rsa
parent42af16971da33bcc85c3983ce770868730c4a29a (diff)
downloadrsa-cda89dd3570a35d6fd7517ff983a6661b4a39ea8.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