summaryrefslogtreecommitdiff
path: root/rsa/key.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 15:02:20 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:05:58 +0200
commitded036cf988b0cf4b20002d88434282f30762638 (patch)
treed927a9732226093ffcdf7400808ae45f5b9e6c37 /rsa/key.py
parent65a81053d596c62ad2532c7e0e38e68ef61304bd (diff)
downloadrsa-git-ded036cf988b0cf4b20002d88434282f30762638.tar.gz
Removed compatibility code for Python 2.7 and 3.4
Diffstat (limited to 'rsa/key.py')
-rw-r--r--rsa/key.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsa/key.py b/rsa/key.py
index 1004412..1565967 100644
--- a/rsa/key.py
+++ b/rsa/key.py
@@ -36,7 +36,6 @@ of pyasn1.
import logging
import warnings
-from rsa._compat import range
import rsa.prime
import rsa.pem
import rsa.common