summaryrefslogtreecommitdiff
path: root/rsa/_compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsa/_compat.py')
-rw-r--r--rsa/_compat.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsa/_compat.py b/rsa/_compat.py
index c654770..6fb9b62 100644
--- a/rsa/_compat.py
+++ b/rsa/_compat.py
@@ -44,11 +44,9 @@ else:
try:
# < Python3
unicode_type = unicode
- have_python3 = False
except NameError:
# Python3.
unicode_type = str
- have_python3 = True
# Fake byte literals.
if str is unicode_type: