aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-11 08:16:52 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-11 08:16:52 -0400
commit6c7dd24f350435f6362021822dcd7e51902088ec (patch)
tree2564262b8e110d9e23adc5393a340e539e275a2b
parentcbfb1015d9750a276456411a2b638585b6e4d7de (diff)
downloadcryptography-6c7dd24f350435f6362021822dcd7e51902088ec.tar.gz
cryptography-6c7dd24f350435f6362021822dcd7e51902088ec.tar.bz2
cryptography-6c7dd24f350435f6362021822dcd7e51902088ec.zip
unused import I left in as a test. Yeah, that's why...
-rw-r--r--src/cryptography/x509.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py
index d635d4af..28d16853 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -5,7 +5,6 @@
from __future__ import absolute_import, division, print_function
import abc
-import binascii
from enum import Enum
import six